git again in history

master
Sebastian Tramp 2011-09-27 23:31:33 +02:00
parent bff64f2b0c
commit 16fef9ffe9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ alias v=" clear; ll -g" # standard directory view
alias vs=" v **/*(.)" # show all files in all subdirs plain in a list
alias p=' ps aux | grep'
alias g=' git'
alias g='git'
alias d=' dirs -v'
#alias .='xdg-open .'