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 <