fix remnant characters

This commit is contained in:
Christian Nieves
2023-11-10 17:11:02 -06:00
parent 22d6ec2220
commit 781ee95902

View File

@ -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"