diff options
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ source ~/.shells/exports.sh source ~/.scripts/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.scripts/zsh-autosuggestions/zsh-autosuggestions.zsh -#export PATH=/home/apollo/.local/bin:$PATH +export PATH=/home/apollo/.local/bin:$PATH -eval "$(/gnu/store/9f5mw8sy3ng95ays3alymag3qnxb0mna-starship-1.12.0/starship init zsh)" +eval "$(starship init zsh)" autoload -Uz compinit compinit |