Created
July 14, 2021 10:32
-
-
Save shaybensasson/4d9d08e54c5e64da6100dfce5c34063d to your computer and use it in GitHub Desktop.
Alfred/Watson config at ~/.config/powerline-shell/config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mode": "flat", | |
"theme": "default", | |
"segments": [ | |
"virtual_env", | |
"hostname", | |
"ssh", | |
"cwd", | |
"git", | |
"hg", | |
"jobs", | |
"root" | |
], | |
"cwd": { | |
"mode": "plain", | |
"max_depth": 3 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment