ssh shortcut

This commit is contained in:
Jozef Steinhübl 2023-08-14 23:31:49 +02:00
parent 66e388d3b0
commit 0f699b6542

1
.zshrc
View file

@ -100,3 +100,4 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias cat="bat" # use bat - https://github.com/sharkdp/bat alias cat="bat" # use bat - https://github.com/sharkdp/bat
alias ssh="kitty +kitten ssh"