From e2a85d1fa1bfaf1e909962677b615d53d821eada Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Thu, 11 Jul 2024 19:40:47 +0930 Subject: [PATCH] Added powerline shell config files --- .config/powerline-shell/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/powerline-shell/config.json 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" + ] +}