diff --git a/.config/powerline-shell/config.json b/.config/powerline-shell/config.json new file mode 100644 index 0000000..198f526 --- /dev/null +++ b/.config/powerline-shell/config.json @@ -0,0 +1,13 @@ +{ + "segments": [ + "virtual_env", + "username", + "hostname", + "ssh", + "cwd", + "git", + "hg", + "jobs", + "root" + ] +}