Skip to content

Instantly share code, notes, and snippets.

@cibyr
Created January 8, 2013 03:56
Show Gist options
  • Save cibyr/4481034 to your computer and use it in GitHub Desktop.
Save cibyr/4481034 to your computer and use it in GitHub Desktop.
My bash aliases file.
alias here='caja .'
alias ack='ack-grep'
alias svn-clean='svn stat | awk '\''/^?/ { print $2 }'\'' | xargs rm -r'
alias svnlog='svn log -l 10'
alias svnstat='svn stat -q'
alias pylab='ipython --pylab'
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment