diff --git a/arch-config/.config/fish/config.fish b/arch-config/.config/fish/config.fish index 52491ee4..d3beb0ed 100755 --- a/arch-config/.config/fish/config.fish +++ b/arch-config/.config/fish/config.fish @@ -74,9 +74,10 @@ alias setup='git clone https://gitlab.com/RealStickman-arch/setup && cd setup && #notification alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-information' -# ssh alias to never bother with terminfo again +# ssh aliases to never bother with terminfo again # needs python on the server -alias ssh='kitty +kitten ssh use-python' +alias sshkp='kitty +kitten ssh use-python' +alias sshk='kitty +kitten ssh' # alias for powershell alias powershell='pwsh'