check if xset exists before executing it

master
Arne Schauf 11 years ago
parent 86c1c30bb5
commit ccf1674a2b
  1. 4
      zshrc.local

@ -27,4 +27,6 @@ if which tmux 2>&1 >/dev/null; then
test -z "$TMUX" && (tmux attach || tmux new-session) test -z "$TMUX" && (tmux attach || tmux new-session)
fi fi
xset -b if which xset 2>&1 >/dev/null; then
xset -b
fi

Loading…
Cancel
Save