From 5b78cb85afac3b66808b4f6666f31ffb8813e087 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 6 May 2021 10:40:18 +0200 Subject: [PATCH] Alias powershell to pwsh --- arch-config/.config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch-config/.config/fish/config.fish b/arch-config/.config/fish/config.fish index 2fe1a6db..82e1df4e 100755 --- a/arch-config/.config/fish/config.fish +++ b/arch-config/.config/fish/config.fish @@ -63,6 +63,9 @@ alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-info # needs python on the server alias ssh='kitty +kitten ssh use-python' +# alias for powershell +alias powershell='pwsh' + #list alias ls='ls --color=auto' #alias la='ls -a'