htpasswd setup notes« an older post
a newer one »rename mysql table

setting up bash aliases

Snippet

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

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.