Skip to content

Instantly share code, notes, and snippets.

@Aysnine
Last active June 14, 2020 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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

不能直接复制到 .zshrc 哦,要找到对应位置,改 ZSH_THEME 变量,在 custom alias 下方加两个 export

@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