From 0518e3e2158e66b0c5240aa79994e356c91f7bee Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 17 Apr 2014 19:07:08 +0200 Subject: bashrc/bin/t: fix typo --- bashrc/bin/t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc/bin/t b/bashrc/bin/t index 3919af4..e7c73cc 100755 --- a/bashrc/bin/t +++ b/bashrc/bin/t @@ -27,10 +27,10 @@ if [[ "x$1" == x ]] ; then fi if [ -z "$2" -a "$1" != "att" -a "$1" != "ls" ]; then - if teal_tmux has-session -t "$1"; then - exec exec_real_tmux attach-session -t "$1" + if real_tmux has-session -t "$1"; then + exec_real_tmux attach-session -t "$1" else - exec exec_real_tmux new-session -s "$1" + exec_real_tmux new-session -s "$1" fi fi -- cgit v1.2.3