added starship config. will have to see how I feel about this one.
This commit is contained in:
parent
0c76c89fab
commit
19dcaa33b6
2 changed files with 127 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue