mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-20 02:52:44 +08:00
changed code indent to 2 spaces for consistency
This commit is contained in:
parent
bafb64147c
commit
1a18186cca
|
@ -1,12 +1,12 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user