Improve powerline rendering
This commit is contained in:
parent
cb130fc62d
commit
a71c2f2f7d
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue