Created
December 21, 2017 03:16
-
-
Save ktrysmt/886e375a5b6cc7c8b322405917052db0 to your computer and use it in GitHub Desktop.
minimal my zshrc
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
export LANG=ja_JP.UTF-8 | |
autoload -Uz compinit | |
compinit -C | |
zstyle ':completion:*' list-colors '' | |
zstyle ':completion:*:default' menu select=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment