diff options
Diffstat (limited to 'fish.nix')
-rw-r--r-- | fish.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ echo -n -s 'λ ' "$__fish_prompt_cwd" (prompt_pwd) "$__fish_prompt_normal" if test $IN_NIX_SHELL - if test $NIX_SHELL_NAME - echo -n -s ' (' $NIX_SHELL_NAME ')' + if test $name + echo -n -s ' (' $name ')' else echo -n -s ' (nix-shell)' end |