diff --git a/terminal/.config/starship.toml b/terminal/.config/starship.toml index e8031d0..4ffc47f 100644 --- a/terminal/.config/starship.toml +++ b/terminal/.config/starship.toml @@ -82,8 +82,12 @@ style = 'bold yellow' format = "[$symbol]($style)" [custom.shell_bash_indicator] -command = 'echo 󱆃' -when = ''' test "$0" = "/usr/bin/bash" ''' +command = 'echo ' +when = ' test "$STARSHIP_SHELL" = "bash" ' + +[custom.shell_nushell_indicator] +command = 'echo ' +when = ' test $env.STARSHIP_SHELL "==" "nu" ' # TODO: Would be lovely to have jujutsu support here # An example implementation: https://github.com/jj-vcs/jj/wiki/Starship