dotfiles/zshrc
2015-09-15 13:12:05 -04:00

9 lines
171 B
Bash

# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="half-life"
plugins=(git)
source $ZSH/oh-my-zsh.sh
# Local changes
source $HOME/.zshrc.local