# 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 # vim: set ff=unix tabstop=4 shiftwidth=0 softtabstop=-