fix powerline
This commit is contained in:
parent
c956ddd1d6
commit
86111c8a25
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
# https://github.com/justjanne/powerline-go#customization
|
# https://github.com/justjanne/powerline-go#customization
|
||||||
settings = {
|
settings = {
|
||||||
# hostame-only-if-ssh = true;
|
# hostame-only-if-ssh = true;
|
||||||
cwd-max-depth = 3;
|
cwd-max-depth = 2;
|
||||||
condensed = true;
|
condensed = true;
|
||||||
theme = "gruvbox";
|
theme = "gruvbox";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
"venv"
|
"venv"
|
||||||
"user"
|
"user"
|
||||||
"host"
|
# "host"
|
||||||
"ssh"
|
"ssh"
|
||||||
"cwd"
|
"cwd"
|
||||||
"root"
|
"root"
|
||||||
|
|
Loading…
Reference in a new issue