install miniconda

This commit is contained in:
Daniel Bauer
2019-03-23 16:26:40 +01:00
parent ab0f7fbec8
commit 7bf15c5729
3 changed files with 15 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
# source other dotfiles
source "$HOME/.environment"
source $HOME/.environment
if [ -f "$HOME/.environment.local" ]; then
source "$HOME/.environment.local"
source $HOME/.environment.local
fi
source ".aliases"