test
This commit is contained in:
parent
bf590f171b
commit
9e1f08132b
1 changed files with 9 additions and 9 deletions
|
@ -12,18 +12,18 @@
|
|||
cwd-max-depth = 3;
|
||||
condensed = true;
|
||||
modules = [
|
||||
venv,
|
||||
user,
|
||||
host,
|
||||
ssh,
|
||||
cwd,
|
||||
venv
|
||||
user
|
||||
host
|
||||
ssh
|
||||
cwd
|
||||
root
|
||||
];
|
||||
modules-right = [
|
||||
nix-shell,
|
||||
perms,
|
||||
git,
|
||||
docker,
|
||||
nix-shell
|
||||
perms
|
||||
git
|
||||
docker
|
||||
exit
|
||||
];
|
||||
theme = "gruvbox";
|
||||
|
|
Loading…
Reference in a new issue