add ssh
alias (kitten ssh
)
This commit is contained in:
parent
febc51ab6e
commit
1c9258ee7d
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
||||||
command "$VISUAL" "''${args[@]}"
|
command "$VISUAL" "''${args[@]}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (( $+commands[kitten] )); then
|
||||||
|
alias "ssh"="kitten ssh"
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue