summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
diff options
context:
space:
mode:
authorAndrew Vit <andrew@avit.ca>2012-04-23 14:03:26 -0700
committerAndrew Vit <andrew@avit.ca>2013-10-25 14:50:27 -0700
commit1e9f55f09ddae273836ad1a69a0068b039de9fcd (patch)
treee6e7f1ce22d8eabe6183426e0cdc60a88e23020d /templates/zshrc.zsh-template
parent90c28b786ae8a8013fc5083e9cf941115152c706 (diff)
downloadzsh-1e9f55f09ddae273836ad1a69a0068b039de9fcd.tar.gz
zsh-1e9f55f09ddae273836ad1a69a0068b039de9fcd.tar.bz2
zsh-1e9f55f09ddae273836ad1a69a0068b039de9fcd.zip
Add configuration placeholders to installer template
Although the zshrc template adds a PATH= string, this is overwritten by the installer script. This allows it to be placed anywhere in the file instead of having to append at the end.
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r--templates/zshrc.zsh-template19
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 1dfb6998c..2ebfaf3e7 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -44,4 +44,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"
+