diff --git a/zsh/.zshrc b/zsh/.zshrc index 66cc1ac..ad70c65 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -9,5 +9,7 @@ zstyle ':filter-select:highlight' matched fg=green zstyle ':filter-select' max-lines 3 zstyle ':filter-select' extended-search yes +alias ssh="TERM=xterm; ssh" + eval $(thefuck --alias)