summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 7618b88..d885f4d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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