This commit is contained in:
GitHub Merge Button 2011-12-26 10:09:42 -08:00
commit c48fb60136
5 changed files with 172 additions and 10 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"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
@ -33,4 +33,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"