fix weechat weirdness with the power of aliases
This commit is contained in:
parent
5bb120487d
commit
b00b574275
1 changed files with 5 additions and 0 deletions
5
shellrc
5
shellrc
|
@ -103,6 +103,11 @@ alias sss='command svn status'
|
||||||
alias sdf='command svn diff'
|
alias sdf='command svn diff'
|
||||||
alias sci='command svn commit'
|
alias sci='command svn commit'
|
||||||
alias sup='command svn up'
|
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
|
# {{{ common functions
|
||||||
screenoff-disable() { xset -dpms; xset s off; }
|
screenoff-disable() { xset -dpms; xset s off; }
|
||||||
|
|
Loading…
Reference in a new issue