[home/zsh] update zshrc
- set LC_ALL - comment pyenv Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
004ae9c024
commit
21ced433df
1 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ ZSH_THEME="fox"
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export LC_COLLATE=C
|
export LC_ALL=C
|
||||||
|
|
||||||
. $HOME/.guix-home/setup-environment
|
. $HOME/.guix-home/setup-environment
|
||||||
|
|
||||||
|
@ -95,8 +95,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
# export PYENV_ROOT="$HOME/.pyenv"
|
||||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
# [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
# eval "$(pyenv init -)"
|
||||||
|
|
||||||
eval "$(zellij setup --generate-auto-start zsh)"
|
eval "$(zellij setup --generate-auto-start zsh)"
|
||||||
|
|
Loading…
Reference in a new issue