Skip to content

Instantly share code, notes, and snippets.

@takano32
Created June 17, 2017 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takano32/2dafcfeb8184ecdc543520c500960020 to your computer and use it in GitHub Desktop.
Save takano32/2dafcfeb8184ecdc543520c500960020 to your computer and use it in GitHub Desktop.
include oh-my-zsh in .zshrc
if [ -f "$HOME/.zshrc.oh-my-zsh" ]; then
DISABLE_AUTO_UPDATE="true"
. "$HOME/.zshrc.oh-my-zsh"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment