git is too important now ...

master
Sebastian Tramp 2011-07-22 10:13:42 +02:00
parent 01b54ea659
commit 6ce4745fa0
1 changed files with 1 additions and 1 deletions

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 .'