test
This commit is contained in:
parent
fd99fbfb84
commit
1c54cb9fd4
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
# https://github.com/justjanne/powerline-go#customization
|
# https://github.com/justjanne/powerline-go#customization
|
||||||
settings = {
|
settings = {
|
||||||
# hostame-only-if-ssh = true;
|
hostname-only-if-ssh = true;
|
||||||
cwd-max-depth = 2;
|
cwd-max-depth = 2;
|
||||||
condensed = true;
|
condensed = true;
|
||||||
theme = "gruvbox";
|
theme = "gruvbox";
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
"venv"
|
"venv"
|
||||||
"user"
|
"user"
|
||||||
"hostname"
|
"host"
|
||||||
"ssh"
|
"ssh"
|
||||||
"cwd"
|
"cwd"
|
||||||
"nix-shell"
|
"nix-shell"
|
||||||
|
|
Loading…
Reference in a new issue