diff options
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/alias/short b/etc/alias/short index 59c763d..daf75d8 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -87,7 +87,7 @@ alias feht='feh -Tthumbnail' # List thumbnails ## Git alias gita='git add' alias gitc='git commit -m' -alias gitd='git diff' +# gitd is a function, see there alias gitf='git pull' alias gitl='git log' alias gitp='git push' @@ -98,7 +98,7 @@ alias git-serve='git-daemon --export-all --base-path=. .' alias hga='hg add' alias hgar='hg addremove' alias hgc='hg commit -m' -alias hgd='hg diff | highlight diff | less' +# hgd is a function, see there alias hgf='hg fetch' alias hgg='hg glog | less' alias hgh='hg heads' |