From b6b20b3be4daffa46820408591567a2e15d8f107 Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 28 Oct 2011 11:30:01 +0200 Subject: [PATCH] +alias agrep="ack-grep" --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 6eda6fb..1f39c2f 100644 --- a/.bashrc +++ b/.bashrc @@ -96,6 +96,7 @@ alias ll='ls -l' alias tree='tree -Csu' # nice alternative to 'ls' alias psg='ps aux|grep ' # grep a process +alias agrep="ack-grep" # Find a file with a pattern in name from the current directory # ff name @@ -167,3 +168,6 @@ alias ipy='ipython -pylab -p scipy --editor="gvim"' # nautilus file manager in browser mode without ddestkop management alias nautile='nautilus --no-desktop --browser' + +# Added by autojump install.sh +source /etc/profile.d/autojump.bash