diff options
| author | 2022-04-10 19:53:04 -0400 | |
|---|---|---|
| committer | 2022-04-10 19:53:04 -0400 | |
| commit | 11c2a60b3a8709993ef08b847eaacf7c255db971 (patch) | |
| tree | 6b509dae0ae1b5e6bb6cd318ecb1e1c966e8082a /dot_config/private_fish/plug/ssh.fish | |
| parent | modularize foot config (diff) | |
fish: use return instead of exit
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/ssh.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/private_fish/plug/ssh.fish b/dot_config/private_fish/plug/ssh.fish index 1a71332..375645f 100644 --- a/dot_config/private_fish/plug/ssh.fish +++ b/dot_config/private_fish/plug/ssh.fish @@ -1,2 +1,2 @@ -type -qf ssh || exit +type -qf ssh || return alias ossh 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=Error' |
