Last active
May 2, 2021 17:32
-
-
Save kotashiratsuka/8b345e37fac98b71cbd6464c027bfe2c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# vim: set ff=unix tabstop=4 shiftwidth=0 softtabstop=-1 noexpandtab fileencoding=utf-8 fileformat=unix filetype=zsh : | |
# https://gist.github.com/kotashiratsuka/8b345e37fac98b71cbd6464c027bfe2c | |
#coredumpファイルを作らせないようにする | |
ulimit -c 0 | |
#日本語を使う | |
export LANG="ja_JP.UTF-8" | |
if [ ! -f ~/.zshrc.zwc -o ~/.zshrc -nt ~/.zshrc.zwc ]; then | |
zcompile ~/.zshrc | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment