From d99889f0b2868c31c042a322bdb5dfb5ee65cfa4 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 15 Apr 2019 13:22:37 +0200 Subject: [PATCH] commit --- profiles/base/.zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/.zshrc b/profiles/base/.zshrc index 059bc44..0d1221c 100644 --- a/profiles/base/.zshrc +++ b/profiles/base/.zshrc @@ -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)"