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
|
||||
settings = {
|
||||
# hostame-only-if-ssh = true;
|
||||
cwd-max-depth = 3;
|
||||
cwd-max-depth = 2;
|
||||
condensed = true;
|
||||
theme = "gruvbox";
|
||||
};
|
||||
modules = [
|
||||
"venv"
|
||||
"user"
|
||||
"host"
|
||||
# "host"
|
||||
"ssh"
|
||||
"cwd"
|
||||
"root"
|
||||
|
|
Loading…
Reference in a new issue