minor fixes
This commit is contained in:
@@ -49,6 +49,8 @@ for conf in "$HOME/.config/zsh/config.d/"*.zsh; do
|
||||
done
|
||||
unset conf
|
||||
|
||||
export TERM=xterm-256color
|
||||
|
||||
export STARSHIP_CONFIG=~/.config/zsh/starship.toml
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
# export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
# eval "$(pyenv init -)"
|
||||
# eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
@@ -147,7 +147,7 @@ disabled = false
|
||||
format = '[///](238) [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
||||
symbol = " "
|
||||
python_binary = "python3"
|
||||
disabled = false
|
||||
disabled = true
|
||||
|
||||
[nodejs]
|
||||
format = "[///](238) [ $version](bold green) "
|
||||
|
||||
Reference in New Issue
Block a user