104:6ca1043912e4
Anton Shestakov <av6@dwimlabs.net>, Mon, 21 Sep 2015 16:55:53 +0800
.bash_aliases: not using pylint (manually) for a long time

next change 107:5b333e300578
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 whatsopen="lsof -i -P -n -sTCP:LISTEN"