Skip to content

Commit

Permalink
.tmux: quieten output
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Oct 9, 2015
1 parent d079a03 commit ace5dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux
Expand Up @@ -2,7 +2,7 @@

set -e

if tmux has-session -t dot; then
if tmux has-session -t dot 2> /dev/null; then
tmux attach -t dot
exit
fi
Expand Down

0 comments on commit ace5dbb

Please sign in to comment.