diff options
Diffstat (limited to '.bash_aliases')
| -rw-r--r-- | .bash_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index 4a88817..97322c1 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -25,6 +25,7 @@ alias pull='git pull' | |||
| 25 | alias fetch='git fetch' | 25 | alias fetch='git fetch' |
| 26 | alias merge='git merge' | 26 | alias merge='git merge' |
| 27 | alias push='git push' | 27 | alias push='git push' |
| 28 | alias remote='git remote' | ||
| 28 | 29 | ||
| 29 | # docker | 30 | # docker |
| 30 | alias dp='docker ps' | 31 | alias dp='docker ps' |