This commit is contained in:
Christian Nieves
2025-03-05 22:07:33 -06:00
parent 27f00e77e6
commit 8dc9131c46
9 changed files with 67 additions and 28 deletions

BIN
zsh/..zshrc.un~ Normal file

Binary file not shown.

View File

@ -30,7 +30,6 @@
zmodload zsh/langinfo
if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then
local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8}
fi
# The list of segments shown on the left. Fill it with the most important segments.

View File

@ -158,11 +158,8 @@ autoload -Uz add-zsh-hook
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export EDITOR='nvim'
export PATH="$PATH:/opt/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"
export CARGO_NET_GIT_FETCH_WITH_CLI=true