Loading .shell/lib/term-setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ linux) # Set title # (not suported by linux VT) hostname=`hostname -f 2>/dev/null || hostname` case $LC_TERMINAL in case ${LC_TERMINAL-} in iTerm2) code=1 ;; *) code=2 ;; esac Loading Loading
.shell/lib/term-setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ linux) # Set title # (not suported by linux VT) hostname=`hostname -f 2>/dev/null || hostname` case $LC_TERMINAL in case ${LC_TERMINAL-} in iTerm2) code=1 ;; *) code=2 ;; esac Loading