From 919ce986680ca65442105768b48b84fa3cf85cee Mon Sep 17 00:00:00 2001 From: dmahacker Date: Fri, 9 Aug 2024 17:51:58 +0800 Subject: [PATCH] update --- .tmux.conf.local | 2 ++ .zshrc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 959b552..2958421 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -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 diff --git a/.zshrc b/.zshrc index f9d3b9c..b908673 100644 --- a/.zshrc +++ b/.zshrc @@ -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