42:34ee83bd5ad2
Anton Shestakov <engored@ya.ru>, Fri, 29 Aug 2014 02:51:26 +0900
local again. Lotsa colors. hg prompt is back, controlled by USE_HG_PROMPT.

next change 104:6ca1043912e4
previous change 27:b124c75961d1

.bash_aliases

Permissions: -rw-r--r--

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