From 7e1a087f278c11070ac25a6308e1a9765ce582fb Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 29 Jan 2018 16:49:12 +0100 Subject: [PATCH] switch from oh-my-zsh to antigen --- zshrc | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/zshrc b/zshrc index 9e503f2..61f0215 100644 --- a/zshrc +++ b/zshrc @@ -1,21 +1,19 @@ -export ZSH=$HOME/.oh-my-zsh -ZSH_THEME="gallifrey" -ENABLE_CORRECTION="true" -COMPLETION_WAITING_DOTS="true" -DISABLE_UNTRACKED_FILES_DIRTY="true" -HIST_STAMPS="yyyy-mm-dd" -plugins=( - git - git-extras - tmux - ssh - command-not-found - systemd - debian - gpg-agent - pip - common-aliases - web-search -) - -source $ZSH/oh-my-zsh.sh +# export ANTIGEN_LOG=$HOME/antigen.log +# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log +source $HOME/.profile +source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh +antigen use oh-my-zsh +antigen bundles <