update
This commit is contained in:
parent
298a92dab9
commit
919ce98668
@ -457,3 +457,5 @@ bind -n M-l send-keys Right
|
|||||||
bind -n M-h send-keys Left
|
bind -n M-h send-keys Left
|
||||||
bind -n M-j send-keys Down
|
bind -n M-j send-keys Down
|
||||||
bind -n M-k send-keys Up
|
bind -n M-k send-keys Up
|
||||||
|
|
||||||
|
setw -g automatic-rename off
|
||||||
|
3
.zshrc
3
.zshrc
@ -2,6 +2,7 @@ export ZSH_DISABLE_COMPFIX=true
|
|||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
export ZSH_CUSTOM="$HOME/.oh-my-zsh-custom"
|
export ZSH_CUSTOM="$HOME/.oh-my-zsh-custom"
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
export TERM="xterm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||||
|
|
||||||
@ -20,5 +21,5 @@ source ~/.rc.sh
|
|||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
if [ "$OS" = "Windows_NT" ]; then
|
if [ "$OS" = "Windows_NT" ]; then
|
||||||
HEADLINE_HOST_CMD='hostname'
|
HEADLINE_HOST_CMD='hostname'
|
||||||
export PATH="/ucrt64/bin:$PATH"
|
export PATH="/c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user