mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00: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'
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user