diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-28 11:18:21 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-28 11:18:21 -0700 |
commit | ada3ce5045b44c24ea84cacdffb34e3e9382b385 (patch) | |
tree | 17bbd2fb0934566c44a0d16f4fdb09ee10bd99fb /zshrc | |
parent | 5da20b9dddb1f7a9110675ded5df59c4c3ed1b83 (diff) | |
download | zsh-ada3ce5045b44c24ea84cacdffb34e3e9382b385.tar.gz zsh-ada3ce5045b44c24ea84cacdffb34e3e9382b385.tar.bz2 zsh-ada3ce5045b44c24ea84cacdffb34e3e9382b385.zip |
Changing path to oh-my-zsh in zshrc
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ -export EDITOR=/opt/local/bin/joe export PAGER=less -export ZSH=$HOME/zsh +export ZSH=$HOME/oh-my-zsh export LC_CTYPE=en_US.UTF-8 # TODO: Refactor this sometimes soon... |