8:86f2ec90bb93
Anton Shestakov <engored@ya.ru>, Thu, 08 Dec 2011 12:24:19 +0900
Docs.

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"