From 6f1926371bcb500f06fe929fa8783e74a01ff88f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 15 Apr 2014 01:18:15 +0900 Subject: [PATCH] fix for lab server (i dont know what is wrong) --- shrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shrc b/shrc index e232367..5d860c1 100755 --- a/shrc +++ b/shrc @@ -255,13 +255,13 @@ type fortune >/dev/null 2>&1 && { uname -a echo TERM $TERM with $(tput colors) colors using $(tty) -if null type tmux -then - echo - echo tmux sessions: - tmux ls 2>/dev/null| sed -e 's/^/ /g' - echo -fi +# if null type tmux +# then +# echo +# echo tmux sessions: +# tmux ls 2>/dev/null| sed -e 's/^/ /g' +# echo +# fi # if test -n "$TMUX" # then