diff --git a/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme b/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme index ec294e0..874874a 100644 --- a/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme +++ b/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme @@ -21,7 +21,7 @@ bureau_nix_shell () { if [ -n "$IN_NIX_SHELL" ]; then if [ -n "$out" ]; then local name=$(basename $(realpath -mL "$out/../../")) - echo -n "[nix-shell:$name]" + echo -n "[nix-shell@$name]" else echo -n "[nix-shell]" fi @@ -147,7 +147,7 @@ bureau_precmd () { } setopt prompt_subst -PROMPT='> $(bureau_nix_shell_prompt) $_LIBERTY ' +PROMPT='$(bureau_nix_shell_prompt)> $_LIBERTY ' RPROMPT='$(nvm_prompt_info) $(bureau_nix_shell) $(bureau_git_prompt)' autoload -U add-zsh-hook