Created
July 8, 2017 06:43
-
-
Save denmojo/1001dfa7b467356f7a47055d5e7dd49f to your computer and use it in GitHub Desktop.
zsh prompt (macOS)
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
| setopt HIST_IGNORE_SPACE | |
| alias cleardns="sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say DNS cache flushed" | |
| PROMPT='%W %* ${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}%{$reset_color%}' |
Author
denmojo
commented
Jul 8, 2017

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment