b-ryan / powerline-shell

A beautiful and useful prompt for your shell
MIT License
6.22k stars 747 forks source link

config.json not applying custom override #443

Open hyunlee1o opened 5 years ago

hyunlee1o commented 5 years ago

This is my custom config, i am trying to shorten or have less arguments in my shell but i only get a fixed 3 depth directories and no shortening in the name of the directorie, also mode option doesn't do anything at all.

{
    "segments": [
    "virtual_env",
    "username",
    "ssh",
    "cwd",
    "git",
    "hg",
    "jobs",
    "root"
    ],
    "cwd": {
        "args": {
        "mode":"plain",
            "max_dir_size": 7,
        "max_depth":3
        }
    }

}

This is my powershell now image

dserodio commented 5 years ago

Maybe the same issue as #433 ?