summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbashrc/bin/t2
1 files changed, 1 insertions, 1 deletions
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
}