7:d3613e95e03f
Anton Shestakov <engored@ya.ru>, Tue, 29 Nov 2011 17:33:33 +0800
Git info. Git and Mercurial symbols (credit goes to Steve Losh and his extravagant zsh prompt).

next change 27:b124c75961d1
previous change 6:b9fa9529a622

.bash_aliases

Permissions: -rw-r--r--

Other formats: Feeds:
#!/bin/bash
alias ls="ls --color=auto"
alias grep="grep --color=auto"
alias cal="cal -m"
alias pylint-nodoc="pylint --disable=C0111,C0112"
alias whatsopen="lsof -i -P -n -sTCP:LISTEN"