dotfiles/zshrc

9 lines
171 B
Bash
Raw Normal View History

2015-09-15 17:12:05 +00:00
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
2015-12-23 04:36:16 +00:00
ZSH_THEME="fino-time"
2015-09-15 17:12:05 +00:00
plugins=(git)
source $ZSH/oh-my-zsh.sh
# Local changes
source $HOME/.zshrc.local