This commit is contained in:
Daniel Bauer
2019-04-15 13:22:37 +02:00
parent 2b9a3f804c
commit d99889f0b2

View File

@@ -1,10 +1,6 @@
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
if [ z "$GMXRC" ]; then
source $GMXRC
fi
# source $HOME/bin/antigen.zsh
# antigen init $HOME/.antigenrc
@@ -20,6 +16,10 @@ if [ -f $HOME/.zshrc_local ]; then
source $HOME/.zshrc_local
fi
if [ -n "$GMXRC" ]; then
source $GMXRC
fi
# fasd autocompletion
eval "$(fasd --init auto)"