diff --git a/zsh/.zshrc b/zsh/.zshrc index 4414393..51a7810 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"