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
| local user='%B%F{008}%n%f%b' | |
| local machine='%B%F{008}%m%f%b' | |
| local current_dir='%B%F{008}%~%f%b' | |
| local git_info='%B$(git_prompt_info)%b' | |
| PROMPT="${current_dir}${git_info} | |
| $ " | |
| ZSH_THEME_GIT_PROMPT_PREFIX="@%F{008}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%f" |
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
| [ | |
| {"name":"foo","size":3938,"imports":["bar"]}, | |
| {"name":"bar","size":3938,"imports":[]} | |
| ] |
OlderNewer