setting up bash aliases
Snippet
Posted by kitt at 19:01 on 27 August 2010
edit the .bashrc and add these lines
alias d='dirs -v' alias hg='history | grep $1' alias pu=pushd alias psg='ps -ef | grep $1' alias purge='rm *~' alias svndiff='svn diff --diff-cmd=`which diff` -x -w $1' export HISTFILESIZE=3000 umask 002
Add new comment