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