mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
commit
This commit is contained in:
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user