Skip to content

Instantly share code, notes, and snippets.

@Aysnine
Last active June 14, 2020 00:07
Show Gist options
  • Save Aysnine/9db37926b4ce095959dcaa846171bbd9 to your computer and use it in GitHub Desktop.
Save Aysnine/9db37926b4ce095959dcaa846171bbd9 to your computer and use it in GitHub Desktop.
在 geoffgarside 主题基础上自定义的主题,布局不容易乱,舒适的冷色调
# ...
ZSH_THEME="geoffgarside"
# ...
export PROMPT='%{$fg[cyan]%}%*%{$reset_color%} %{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %{$fg_bold[cyan]%}%(!.#.$) '
export ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}("
# ...
@Aysnine
Copy link
Author

Aysnine commented Jun 14, 2020

image

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