1

no longer depend on omz

This commit is contained in:
Evan Pratten 2022-02-22 17:25:21 -05:00
parent dd526c965c
commit 92b6cbad4b

View File

@ -1,12 +1,7 @@
# There are some important env vars that need to exist
export ZSH="$HOME/.oh-my-zsh"
export EWCONFIG_ROOT="$HOME/.config/ewconfig"
# Load zsh-specific stuff
plugins=(zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
# Load my custom prompt and macros
. $EWCONFIG_ROOT/configs/zsh/prompt.sh
. $EWCONFIG_ROOT/configs/zsh/macros.sh