Change aliases with ssh and kitty
This commit is contained in:
parent
724899b50f
commit
49308d550f
@ -74,9 +74,10 @@ alias setup='git clone https://gitlab.com/RealStickman-arch/setup && cd setup &&
|
|||||||
#notification
|
#notification
|
||||||
alias notify='notify-send "Terminal" "Your command finished!" --icon=dialog-information'
|
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
|
# 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 for powershell
|
||||||
alias powershell='pwsh'
|
alias powershell='pwsh'
|
||||||
|
Loading…
Reference in New Issue
Block a user