Last active
April 23, 2021 06:44
-
-
Save MattiJarvinen-BA/bc25f9b95095bc282e7cd3250a30a1d1 to your computer and use it in GitHub Desktop.
Got tired of too long ZSH directory names with oh-my-zsh agnoster theme. To be placed in .oh-my-zsh/custom/themes/agnoster.zsh-theme
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
| source $ZSH/themes/agnoster.zsh-theme | |
| # Dir: current working directory | |
| # %1 for one dir | |
| # %2 for 2 you get it eventually | |
| prompt_dir() { | |
| prompt_segment blue black '%1~' | |
| } | |
| PROMPT='%{%f%b%k%}$(build_prompt) ' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is Oh My Zsh? > https://github.com/robbyrussell/oh-my-zsh