Skip to content

Instantly share code, notes, and snippets.

@kotashiratsuka
Last active May 2, 2021 17:32
Show Gist options
  • Save kotashiratsuka/8b345e37fac98b71cbd6464c027bfe2c to your computer and use it in GitHub Desktop.
Save kotashiratsuka/8b345e37fac98b71cbd6464c027bfe2c to your computer and use it in GitHub Desktop.
# 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