mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
back to zim
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
source $HOME/bin/antigen.zsh
|
||||
antigen use oh-my-zsh
|
||||
antigen use oh-my-zsh --debug
|
||||
|
||||
# bundles
|
||||
antigen bundle git
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
# export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
# # [[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||
|
||||
source $HOME/.antigenrc
|
||||
if [ -z "$GMXRC" ]; then
|
||||
GMXRC="/opt/gromacs-2018/bin/GMXRC.bash"
|
||||
fi
|
||||
source $GMXRC
|
||||
|
||||
# source $HOME/bin/antigen.zsh
|
||||
# antigen init $HOME/.antigenrc
|
||||
|
||||
# source other dotfiles
|
||||
source $HOME/.environment
|
||||
@@ -21,8 +27,3 @@ eval "$(fasd --init auto)"
|
||||
# marker
|
||||
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
|
||||
|
||||
# gromacs
|
||||
if [ -z "$GMXRC" ]; then
|
||||
GMXRC="/opt/gromacs-2018/bin/GMXRC"
|
||||
fi
|
||||
source $GMXRC
|
||||
Reference in New Issue
Block a user