mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 05:55:29 +00:00
commit
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||||
|
|
||||||
if [ z "$GMXRC" ]; then
|
|
||||||
source $GMXRC
|
|
||||||
fi
|
|
||||||
|
|
||||||
# source $HOME/bin/antigen.zsh
|
# source $HOME/bin/antigen.zsh
|
||||||
# antigen init $HOME/.antigenrc
|
# antigen init $HOME/.antigenrc
|
||||||
|
|
||||||
@@ -20,6 +16,10 @@ if [ -f $HOME/.zshrc_local ]; then
|
|||||||
source $HOME/.zshrc_local
|
source $HOME/.zshrc_local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$GMXRC" ]; then
|
||||||
|
source $GMXRC
|
||||||
|
fi
|
||||||
|
|
||||||
# fasd autocompletion
|
# fasd autocompletion
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user