From a71c2f2f7d96bdd427f11a45646d2b6aa9b844ff Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Wed, 11 Jan 2023 15:49:30 +0100 Subject: [PATCH] Improve powerline rendering --- home/fhauser/applications/shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/fhauser/applications/shell.nix b/home/fhauser/applications/shell.nix index 4d914f7..6c9673c 100644 --- a/home/fhauser/applications/shell.nix +++ b/home/fhauser/applications/shell.nix @@ -49,7 +49,9 @@ numeric-exit-codes = true; colorize-hostname = true; cwd-max-depth = 4; - modules = "ssh,host,root,cwd,perms,dotenv,venv,node,git,jobs"; + cwd-max-dir-size = 48; + cwd-mode = "semifancy"; + modules = "ssh,host,root,cwd,perms,dotenv,venv,nix-shell,git,jobs"; }; }; direnv = {