aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-09-06 10:47:22 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-09-06 10:47:22 +0200
commit1fdeeb0938e9be85ea95a0aa5599e8bd487ec36c (patch)
tree8fd111c8fc1e74ce00a1b7e62c99eabb196c311c
parenta475f8d5d557596168195e28efcc86e86122bd1b (diff)
updated zsh theme
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index e9f6bf3..606bed4 100644
--- a/.zshrc
+++ b/.zshrc
@@ -3,7 +3,7 @@ XDG_CONFIG_HOME="$HOME"/.config
XDG_CACHE_HOME="$HOME"/.cache
XDG_DATA_HOME="$HOME"/.local/share
-ZSH_THEME="agnoster"
+ZSH_THEME="norm"
export ZSH="$HOME/.local/share/oh-my-zsh"
export ADOTDIR="$XDG_CONFIG_HOME"/antigen
@@ -11,7 +11,6 @@ export ADOTDIR="$XDG_CONFIG_HOME"/antigen
source ~/.config/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
-antigen theme agnoster
antigen bundle arzzen/calc.plugin.zsh
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting