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 = {