summaryrefslogtreecommitdiff
path: root/.config/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r--.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index 3453af6..b3a4ec6 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -12,7 +12,7 @@ export PATH=$PATH:~/.local/bin:~/.local/bin/cryptusb:~/.local/bin/private:~/.loc
12# Defaults 12# Defaults
13export BROWSER="firefox" 13export BROWSER="firefox"
14export EDITOR="vim" 14export EDITOR="vim"
15export TERMINAL="urxvt" 15export TERMINAL="st"
16 16
17# Other vars 17# Other vars
18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' 18export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'