Commit 1a18186c authored by Wild Kat's avatar Wild Kat Committed by Bruno Pinto

changed code indent to 2 spaces for consistency

parent bafb6414
function ssh --description 'OpenSSH SSH client (remote login program) with a conservative $TERM value'
switch $TERM
case screen-256color
set -lx TERM screen
command ssh $argv
set -lx TERM screen
command ssh $argv
case xterm-256color
set -lx TERM xterm
command ssh $argv
set -lx TERM xterm
command ssh $argv
case '*'
command ssh $argv
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment