From 49308d550fb1546844854fb77224f27176398b23 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 17 May 2021 14:06:10 +0200 Subject: [PATCH] Change aliases with ssh and kitty --- arch-config/.config/fish/config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'