Created
January 8, 2013 03:56
-
-
Save cibyr/4481034 to your computer and use it in GitHub Desktop.
My bash aliases file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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