added starship config. will have to see how I feel about this one.

This commit is contained in:
Gabe Venberg 2024-02-20 21:37:12 -06:00
parent 0c76c89fab
commit 19dcaa33b6
2 changed files with 127 additions and 0 deletions

View file

@ -182,6 +182,9 @@
testPath="$HOME/.fzf.zsh"
[ -f "$testPath" ] && source $testPath
#starship
eval "$(starship init zsh)"
#check for existence of pyenv before setting it up.
if (($+commands[pyenv])); then
export PYENV_ROOT="$HOME/.pyenv"