These variables are only used by oh-my-zsh, so there's no need
to populate the environment of all children with them.
... | ... |
@@ -1,23 +1,23 @@ |
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 name of the theme to load. |
5 | 5 |
# Look in ~/.oh-my-zsh/themes/ |
6 | 6 |
# Optionally, if you set this to "random", it'll load a random theme each |
7 | 7 |
# time that oh-my-zsh is loaded. |
8 |
-export ZSH_THEME="robbyrussell" |
|
8 |
+ZSH_THEME="robbyrussell" |
|
9 | 9 |
|
10 | 10 |
# Set to this to use case-sensitive completion |
11 |
-# export CASE_SENSITIVE="true" |
|
11 |
+# CASE_SENSITIVE="true" |
|
12 | 12 |
|
13 | 13 |
# Comment this out to disable weekly auto-update checks |
14 |
-# export DISABLE_AUTO_UPDATE="true" |
|
14 |
+# DISABLE_AUTO_UPDATE="true" |
|
15 | 15 |
|
16 | 16 |
# Uncomment following line if you want to disable colors in ls |
17 |
-# export DISABLE_LS_COLORS="true" |
|
17 |
+# DISABLE_LS_COLORS="true" |
|
18 | 18 |
|
19 | 19 |
# Uncomment following line if you want to disable autosetting terminal title. |
20 |
-# export DISABLE_AUTO_TITLE="true" |
|
20 |
+# DISABLE_AUTO_TITLE="true" |
|
21 | 21 |
|
22 | 22 |
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) |
23 | 23 |
# Example format: plugins=(rails git textmate ruby lighthouse) |