9:d83f081c6a41
Anton Shestakov <engored@ya.ru>, Fri, 01 Jun 2012 20:20:07 +0900
Tell virtualenv to not bother with prompt modifications.

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"