From 534558cea86ad63459e735924e94290a7ec89a54 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Mon, 5 May 2025 15:37:14 +0800 Subject: [PATCH] feat zsh: add ssh --- dot_zshrc.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index d03ee08..3eb3d63 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -151,6 +151,9 @@ zle -N my_paste_from_clipboard # bindkey '^O' my_paste_from_clipboard # 例如 Ctrl+O bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P +# SSH 自動補齊 +zinit light sunlei/zsh-ssh + # overwrite ls if command -v colorls &> /dev/null; then alias ls='colorls'