dotfiles/home/.zshrc

12 lines
289 B
Bash
Raw Normal View History

2012-07-28 17:01:15 +00:00
ZSH=$HOME/.oh-my-zsh
2013-07-26 12:07:03 +00:00
ZSH_THEME="cheetah"
2012-07-28 17:01:15 +00:00
2018-06-26 13:25:28 +00:00
plugins=(osx brew git github redis-cli ruby rbenv gem bundler sublime pass docker zsh-syntax-highlighting)
2012-07-28 17:01:15 +00:00
source $ZSH/oh-my-zsh.sh
2015-02-01 17:38:47 +00:00
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
2015-07-08 11:52:46 +00:00
export LC_ALL=en_US.UTF-8
export PATH="/usr/local/bin:$PATH"