test
This commit is contained in:
parent
9e1f08132b
commit
8c180c81c3
1 changed files with 15 additions and 15 deletions
|
@ -11,23 +11,23 @@
|
||||||
hostame-only-if-ssh = true;
|
hostame-only-if-ssh = true;
|
||||||
cwd-max-depth = 3;
|
cwd-max-depth = 3;
|
||||||
condensed = true;
|
condensed = true;
|
||||||
modules = [
|
|
||||||
venv
|
|
||||||
user
|
|
||||||
host
|
|
||||||
ssh
|
|
||||||
cwd
|
|
||||||
root
|
|
||||||
];
|
|
||||||
modules-right = [
|
|
||||||
nix-shell
|
|
||||||
perms
|
|
||||||
git
|
|
||||||
docker
|
|
||||||
exit
|
|
||||||
];
|
|
||||||
theme = "gruvbox";
|
theme = "gruvbox";
|
||||||
};
|
};
|
||||||
|
modules = [
|
||||||
|
"venv"
|
||||||
|
"user"
|
||||||
|
"host"
|
||||||
|
"ssh"
|
||||||
|
"cwd"
|
||||||
|
"root"
|
||||||
|
];
|
||||||
|
modules-right = [
|
||||||
|
"nix-shell"
|
||||||
|
"perms"
|
||||||
|
"git"
|
||||||
|
"docker"
|
||||||
|
"exit"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue