summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 734a5da..79c9dee 100644
--- a/.zshrc
+++ b/.zshrc
@@ -86,7 +86,7 @@ else
86 export EDITOR='nvim' 86 export EDITOR='nvim'
87fi 87fi
88 88
89[[ $TMUX = "" ]] && export TERM="xterm-256color" 89#[[ $TMUX = "" ]] && export TERM="xterm-256color"
90 90
91# Compilation flags 91# Compilation flags
92# export ARCHFLAGS="-arch x86_64" 92# export ARCHFLAGS="-arch x86_64"