summaryrefslogtreecommitdiff
path: root/.aliases
diff options
context:
space:
mode:
Diffstat (limited to '.aliases')
-rw-r--r--.aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/.aliases b/.aliases
index ed800f2..4566a3b 100644
--- a/.aliases
+++ b/.aliases
@@ -13,7 +13,7 @@ alias free="free -h"
alias gitu="git add -A && git commit && git push"
alias grep="grep --color=auto"
alias gs='git status -s'
-alias gu='git add -A && git commit && git push'
+alias gu='git add -A && git commit ; git push'
alias handbook="w3m /usr/local/share/doc/freebsd/handbook/index.html"
alias l="ls --color=auto"
alias la="ls -lah --color=auto"