Skip to content

Instantly share code, notes, and snippets.

@akabekobeko
Created October 14, 2019 06:08
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 akabekobeko/49ccb83bf30f4e2c2ac20292cc67f315 to your computer and use it in GitHub Desktop.
Save akabekobeko/49ccb83bf30f4e2c2ac20292cc67f315 to your computer and use it in GitHub Desktop.
My .zshrc
export LANG=ja_JP.UTF-8
# Styles
autoload colors
colors
PROMPT="%{$fg[magenta]%}[%m:%n]%(!.#.$) %{$reset_color%}"
PROMPT2="%{$fg[magenta]%}%_> %{$reset_color%}"
SPROMPT="%{$fg[red]%}correct: %R -> %r [nyae]? %{$reset_color%}"
RPROMPT="%{$fg[cyan]%}[%~]%{$reset_color%}"
zstyle ':completion:*' menu select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment