Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 15:40:10 +0900
Friendly comment.
.bash_aliases
Permissions: -rw-r--r--
alias ls="ls --color=auto" alias grep="grep --color=auto" alias pylint-nodoc
="pylint --disable=C0111,C0112" alias whatsopen="lsof -i -P -n -sTCP:LISTEN"