adb bower brew common-aliases dirhistory docker gem git git-extras jsontools react-native mix node npm rails sudo pproxy
Last active
November 11, 2016 13:58
-
-
Save alireza-ahmadi/d7d6c04d9801c89dfe33ed8d29323c3e to your computer and use it in GitHub Desktop.
My ZSH setup
This file contains 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
# Bullet Theme v0.1.0 | |
# | |
# @author Alireza Ahmadi <[email protected]> | |
PROMPT=' %{$fg_bold[black]%}●%{$fg_bold[green]%}%p %{$fg_bold[blue]%}%c $(git_prompt_info)% %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_CLEAN="> %{$fg_bold[cyan]%}✛ " | |
ZSH_THEME_GIT_PROMPT_DIRTY="> %{$fg_bold[red]%}✕ " | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[magenta]%}<" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment