Created
September 19, 2018 09:03
-
-
Save yycking/0215d7cc2c9a9302e2b0ef72341dd274 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env zsh | |
| function precmd(){ | |
| autoload -U add-zsh-hook | |
| PROMPT='%(?.🐙.💢) ' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment