Merge pull request #16 from hypeitnow/main

kitty ssh alias
This commit is contained in:
Chris Titus
2023-01-25 10:02:10 -06:00
committed by GitHub

View File

@@ -208,6 +208,10 @@ alias sha1='openssl sha1'
alias clickpaste='sleep 3; xdotool type "$(xclip -o -selection clipboard)"'
# KITTY - alias to be able to use kitty features when connecting to remote servers(e.g use tmux on remote server)
alias kssh="kitty +kitten ssh"
#######################################################
# SPECIAL FUNCTIONS
#######################################################