diff --git a/home-manager/bash.nix b/home-manager/bash.nix index 1ebb5f99..49c487c2 100644 --- a/home-manager/bash.nix +++ b/home-manager/bash.nix @@ -9,14 +9,14 @@ # https://github.com/justjanne/powerline-go#customization settings = { # hostame-only-if-ssh = true; - cwd-max-depth = 3; + cwd-max-depth = 2; condensed = true; theme = "gruvbox"; }; modules = [ "venv" "user" - "host" + # "host" "ssh" "cwd" "root"