Browse code

Don't export oh-my-zsh configuration paramaters to the environment

These variables are only used by oh-my-zsh, so there's no need
to populate the environment of all children with them.

Dieter Plaetinck authored on 01/12/2010 at 17:07:28
Showing 1 changed files
... ...
@@ -1,18 +1,18 @@
1 1
 # Path to your oh-my-zsh configuration.
2
-export ZSH=$HOME/.oh-my-zsh
2
+ZSH=$HOME/.oh-my-zsh
3 3
 
4 4
 # Set to the name theme to load.
5 5
 # Look in ~/.oh-my-zsh/themes/
6
-export ZSH_THEME="robbyrussell"
6
+ZSH_THEME="robbyrussell"
7 7
 
8 8
 # Set to this to use case-sensitive completion
9
-# export CASE_SENSITIVE="true"
9
+# CASE_SENSITIVE="true"
10 10
 
11 11
 # Comment this out to disable weekly auto-update checks
12
-# export DISABLE_AUTO_UPDATE="true"
12
+# DISABLE_AUTO_UPDATE="true"
13 13
 
14 14
 # Uncomment following line if you want to disable colors in ls
15
-# export DISABLE_LS_COLORS="true"
15
+# DISABLE_LS_COLORS="true"
16 16
 
17 17
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
18 18
 # Example format: plugins=(rails git textmate ruby lighthouse)