changed code indent to 2 spaces for consistency

This commit is contained in:
Wild Kat 2014-11-30 09:42:32 +01:00 committed by Bruno Pinto
parent bafb64147c
commit 1a18186cca

View File

@ -1,12 +1,12 @@
function ssh --description 'OpenSSH SSH client (remote login program) with a conservative $TERM value' function ssh --description 'OpenSSH SSH client (remote login program) with a conservative $TERM value'
switch $TERM switch $TERM
case screen-256color case screen-256color
set -lx TERM screen set -lx TERM screen
command ssh $argv command ssh $argv
case xterm-256color case xterm-256color
set -lx TERM xterm set -lx TERM xterm
command ssh $argv command ssh $argv
case '*' case '*'
command ssh $argv command ssh $argv
end end
end end