fix 'hang' issue with emacs tramp.
This commit is contained in:
parent
51537fbdd6
commit
255a2e9996
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
|
@ -25,6 +25,7 @@ bindkey -e
|
||||||
export LESS="-X -R -F"
|
export LESS="-X -R -F"
|
||||||
alias http='python -m http.server'
|
alias http='python -m http.server'
|
||||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
export PAGER=most
|
||||||
alias t=todo.sh
|
alias t=todo.sh
|
||||||
export EDITOR=mg
|
export EDITOR=mg
|
||||||
|
|
||||||
|
|
@ -55,6 +56,7 @@ if ! zgen saved; then
|
||||||
zgen load Tarrasch/zsh-bd
|
zgen load Tarrasch/zsh-bd
|
||||||
zgen load Tarrasch/zsh-colors
|
zgen load Tarrasch/zsh-colors
|
||||||
zgen load supercrabtree/k
|
zgen load supercrabtree/k
|
||||||
|
zgen load bobsoppe/zsh-ssh-agent
|
||||||
zgen save
|
zgen save
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue