Accept alternate install paths via ZSH variable

This commit is contained in:
Andrew Vit 2011-11-06 03:50:57 -08:00
commit 9e441a9700
3 changed files with 40 additions and 8 deletions

View file

@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
ZSH_THEME="avit"
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
@ -28,4 +28,21 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
# User configuration
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# export MANPATH="/usr/local/man:$MANPATH"
# # Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"