diff options
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |