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;
|
cwd-max-depth = 3;
|
||||||
condensed = true;
|
condensed = true;
|
||||||
modules = [
|
modules = [
|
||||||
venv,
|
venv
|
||||||
user,
|
user
|
||||||
host,
|
host
|
||||||
ssh,
|
ssh
|
||||||
cwd,
|
cwd
|
||||||
root
|
root
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
nix-shell,
|
nix-shell
|
||||||
perms,
|
perms
|
||||||
git,
|
git
|
||||||
docker,
|
docker
|
||||||
exit
|
exit
|
||||||
];
|
];
|
||||||
theme = "gruvbox";
|
theme = "gruvbox";
|
||||||
|
|
Loading…
Reference in a new issue