21:51e6cdf5fbeb
Anton Shestakov <engored@ya.ru>, Fri, 04 Oct 2013 23:33:02 +0900
Generate a diff of added files in commit preview.

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"