From 6ce4745fa02f5eec5f8d7c8f9fb3583e5407ab43 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Fri, 22 Jul 2011 10:13:42 +0200 Subject: [PATCH] git is too important now ... --- aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.zsh b/aliases.zsh index ef5ada7..5d70db7 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -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 .'