minor fixes

This commit is contained in:
2023-07-24 09:13:40 -04:00
parent 80fdb7b788
commit 552709273c
5 changed files with 326 additions and 4 deletions

View File

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

View File

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

View File

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