From f7667f6b253be1c41f817f8b9a32cac576ee523f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 1 Feb 2023 12:17:00 +0200 Subject: zshrc: fix starship --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') 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 -- cgit v1.2.3