Dont modify starship from zsh

This commit is contained in:
agryphus 2025-03-21 14:47:38 -04:00
parent 4478ec1d5c
commit 753be9d0ca

View file

@ -239,8 +239,5 @@ if [ -f ~/.config/zsh/.zshpersonalrc ]; then
source ~/.config/zsh/.zshpersonalrc source ~/.config/zsh/.zshpersonalrc
fi fi
accent_color="$(cat $HOME/.config/colors/accent)"
starship config format "'''[╭──\([\$username@\$hostname](bold $accent_color)\)-\[\$directory\](-\[\$git_branch\$git_metrics\$git_status\])(-\[\$nix_shell\])]($accent_color) \$cmd_duration
[╰─]($accent_color)[\$shell](bold $accent_color) '''"
eval "$(starship init zsh)" eval "$(starship init zsh)"