Improve powerline rendering

This commit is contained in:
Fabian Hauser 2023-01-11 15:49:30 +01:00
parent cb130fc62d
commit a71c2f2f7d

View file

@ -49,7 +49,9 @@
numeric-exit-codes = true; numeric-exit-codes = true;
colorize-hostname = true; colorize-hostname = true;
cwd-max-depth = 4; 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 = { direnv = {