From 753be9d0cadc7eaf703bff50c6a1b8cc315d00d8 Mon Sep 17 00:00:00 2001 From: agryphus Date: Fri, 21 Mar 2025 14:47:38 -0400 Subject: [PATCH] Dont modify starship from zsh --- misc/.config/zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/.config/zsh/.zshrc b/misc/.config/zsh/.zshrc index b077ad0..342b882 100755 --- a/misc/.config/zsh/.zshrc +++ b/misc/.config/zsh/.zshrc @@ -239,8 +239,5 @@ if [ -f ~/.config/zsh/.zshpersonalrc ]; then source ~/.config/zsh/.zshpersonalrc 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)"