Move oh my zsh files inside .config

pull/2/head
Bodaniel Jeanes 2010-06-30 16:24:11 +10:00
parent db5739614e
commit da3538f349
2 changed files with 2 additions and 1 deletions

1
zsh/.gitignore vendored 100644
View File

@ -0,0 +1 @@
oh-my-zsh

View File

@ -1,4 +1,4 @@
export ZSH=$HOME/.oh-my-zsh export ZSH=$DOT_FILES/zsh/oh-my-zsh
export ZSH_THEME="risto" export ZSH_THEME="risto"
plugins=(rails git ruby osx) plugins=(rails git ruby osx)