This commit is contained in:
dmahacker 2024-08-09 17:51:58 +08:00
parent 298a92dab9
commit 919ce98668
2 changed files with 4 additions and 1 deletions

View File

@ -457,3 +457,5 @@ bind -n M-l send-keys Right
bind -n M-h send-keys Left
bind -n M-j send-keys Down
bind -n M-k send-keys Up
setw -g automatic-rename off

3
.zshrc
View File

@ -2,6 +2,7 @@ export ZSH_DISABLE_COMPFIX=true
export ZSH="$HOME/.oh-my-zsh"
export ZSH_CUSTOM="$HOME/.oh-my-zsh-custom"
export NVM_DIR="$HOME/.nvm"
export TERM="xterm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
@ -20,5 +21,5 @@ source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
if [ "$OS" = "Windows_NT" ]; then
HEADLINE_HOST_CMD='hostname'
export PATH="/ucrt64/bin:$PATH"
export PATH="/c/WINDOWS/System32/OpenSSH:/ucrt64/bin:$PATH"
fi