Browse Source

Add zsh alias for ssh with TERM=xterm

umatrix-rules
Pearu 7 years ago
parent
commit
9ac5b95e2b
  1. 2
      zsh/.zshrc

2
zsh/.zshrc

@ -9,5 +9,7 @@ zstyle ':filter-select:highlight' matched fg=green @@ -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)

Loading…
Cancel
Save