git is too important now ...

This commit is contained in:
Sebastian Tramp 2011-07-22 10:13:42 +02:00
parent 01b54ea659
commit 6ce4745fa0

View file

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