Added new alias

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-06-05 11:01:42 +02:00
commit 046b1f6d34

View file

@ -18,6 +18,8 @@ alias sgrep='grep -R -n -H -C 5'
alias cdb='cd ~/projects/buildbot/' alias cdb='cd ~/projects/buildbot/'
alias t='tail -f'
# cd, because typing the backslash is A LOT of work!! # cd, because typing the backslash is A LOT of work!!
alias ..='cd ../' alias ..='cd ../'
alias ...='cd ../../' alias ...='cd ../../'