dotfiles/zshrc
2015-12-22 23:36:16 -05:00

9 lines
171 B
Bash

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