1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Merge pull request #1087 from avit/install-template

Add configuration placeholders to installer template
This commit is contained in:
Robby Russell
2013-12-02 23:49:00 -08:00
2 changed files with 22 additions and 2 deletions

View File

@@ -49,4 +49,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"