fix powerline

This commit is contained in:
iFargle 2023-08-16 21:25:44 +09:00
parent c956ddd1d6
commit 86111c8a25

View file

@ -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"