summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-01 12:17:00 +0200
committerThanos Apollo <[email protected]>2023-02-01 12:17:00 +0200
commitf7667f6b253be1c41f817f8b9a32cac576ee523f (patch)
treea71fec7dd8df1200b2581f463aebe6cb4e24129a /.zshrc
parent46336d24d394c6b54f5eaec951fda0c0ac3f7016 (diff)
zshrc: fix starship
Diffstat (limited to '.zshrc')
-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