You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[powerline-bash] Config file (/data/data/com.termux/files/home/.config/powerline-shell/config.json) could not be decoded! Error: Expecting ',' delimiter: line 4 column 11 (char 39)
The text was updated successfully, but these errors were encountered:
Setting aside the issue that your configuration as shown is invalid JSON, the configuration options for individual segments belong outside of the segments property, like such
I must be stupid or something but i can't get "max_dir_size" to work.
My code look like this:
{
"segments": [
"ssh",
"cwd" {
max_dir_size:2
}
"git",
"hg",
"jobs",
"root"
]
}
}
My error is:
[powerline-bash] Config file (/data/data/com.termux/files/home/.config/powerline-shell/config.json) could not be decoded! Error: Expecting ',' delimiter: line 4 column 11 (char 39)
The text was updated successfully, but these errors were encountered: