fix remnant characters
This commit is contained in:
@ -36,7 +36,7 @@ else
|
||||
zle clear-screen -w
|
||||
fi
|
||||
}
|
||||
export EDITOR='nvim'
|
||||
|
||||
zle -N fancy-ctrl-z
|
||||
bindkey '^Z' fancy-ctrl-z
|
||||
bindkey '^R' fzf-history-widget
|
||||
@ -105,6 +105,13 @@ autoload -Uz add-zsh-hook
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
export EDITOR='nvim'
|
||||
export TERM=xterm-256color
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
export LC_CTYPE="en_US.UTF-8"
|
||||
export LANG_ALL="en_US.UTF-8"
|
||||
|
||||
source ~/.bash_profile
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
Reference in New Issue
Block a user