diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..2bd506b --- /dev/null +++ b/.zshrc @@ -0,0 +1,10 @@ +ZSH=$HOME/.oh-my-zsh + +ZSH_THEME="agnoster" + +DISABLE_CORRECTION="true" + +# Da plugins +plugins=(git lein) + +source $ZSH/oh-my-zsh.sh