Skip to content

Instantly share code, notes, and snippets.

@CatBloom
CatBloom / .zshrc
Last active January 30, 2023 00:59
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
export LANG=ja_JP.UTF-8
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
export CLICOLOR=1