aboutsummaryrefslogtreecommitdiff
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 11651fd..ca09588 100644
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,6 @@
export ZSH="$HOME/.oh-my-zsh"
export PATH="$HOME/go/bin:$HOME/bin:/usr/local/go/bin:$PATH"
export TERM="xterm-256color"
-ZSH_THEME="himbeer"
+ZSH_THEME="smt"
plugins=(git)
source $ZSH/oh-my-zsh.sh