1
0
Fork 0

shellrc as well

This commit is contained in:
Von Random 2015-11-16 13:00:08 +03:00
parent 280c6e92c0
commit 293b42e42c

View file

@ -103,11 +103,6 @@ alias sss='command svn status'
alias sdf='command svn diff'
alias sci='command svn commit'
alias sup='command svn up'
# weechat (for some reason fails with screen-256color
if [[ -n ${TMUX} ]]; then
alias weechat='TERM=screen command weechat'
fi
# }}}
# {{{ common functions
screenoff-disable() { xset -dpms; xset s off; }