diff --git a/home-manager/bash.nix b/home-manager/bash.nix index 1061c09e..0e9805b1 100644 --- a/home-manager/bash.nix +++ b/home-manager/bash.nix @@ -8,7 +8,7 @@ enable = true; # https://github.com/justjanne/powerline-go#customization settings = { - # hostame-only-if-ssh = true; + hostname-only-if-ssh = true; cwd-max-depth = 2; condensed = true; theme = "gruvbox"; @@ -16,7 +16,7 @@ modules = [ "venv" "user" - "hostname" + "host" "ssh" "cwd" "nix-shell"