ssh autocompletion

This commit is contained in:
2025-09-23 16:02:53 +02:00
parent 3b514b6d09
commit 5615138078

2
.zshrc
View File

@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux)
plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh)
source $ZSH/oh-my-zsh.sh