diff options
author | Thanos Apollo <[email protected]> | 2023-02-01 12:17:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-01 12:17:00 +0200 |
commit | f7667f6b253be1c41f817f8b9a32cac576ee523f (patch) | |
tree | a71fec7dd8df1200b2581f463aebe6cb4e24129a /.zshrc | |
parent | 46336d24d394c6b54f5eaec951fda0c0ac3f7016 (diff) |
zshrc: fix starship
Diffstat (limited to '.zshrc')
-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 |