From 288d80e0780fbee64b3fea72e3a1529ed2e12f08 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 24 Apr 2012 13:50:03 +0200 Subject: bin/t: remove redirection from tmux ls command tmux hags when redirecting output (bug in epoll on linux) so do not redirect the output to be able to use the t binary again --- bashrc/bin/t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc/bin/t') diff --git a/bashrc/bin/t b/bashrc/bin/t index 39ba79c..019eda9 100755 --- a/bashrc/bin/t +++ b/bashrc/bin/t @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [[ "x$1" == x ]] ; then - \tmux list-sessions &>/dev/null || + \tmux list-sessions || { \tmux new-session -d } -- cgit v1.2.3