diff --git a/.bashrc b/.bashrc index 9f02e80..46a0d3e 100644 --- a/.bashrc +++ b/.bashrc @@ -167,3 +167,8 @@ set -o vi . "$HOME/.cargo/env" export PATH=$PATH:/snap/bin/zig:~/.scripts/utils:~/.scripts/setup + +export STARSHIP_CONFIG=~/.config/starship/starship.toml + +eval "$(zoxide init zsh)" +eval "$(starship init zsh)"