From 86111c8a25845feb36b2a9ede67ef3bc37a14024 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 16 Aug 2023 21:25:44 +0900 Subject: [PATCH] fix powerline --- home-manager/bash.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"