16:f8a1c267147e
Anton Shestakov <engored@ya.ru>, Tue, 13 Nov 2012 16:45:48 +0900
Added .Xdefaults with stjerm config. Colors match tango theme and default #! background.

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"