MAINT: macos catalina (#4)

This commit is contained in:
Matthew Ryan Dillon 2020-01-22 15:21:23 -07:00 committed by GitHub
parent 83cc9a195e
commit 98c89a360d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 28 deletions

View file

@ -2,6 +2,12 @@
# Defines environment variables.
#
#
# Nix
#
export NIX_IGNORE_SYMLINK_STORE=1
#
# Browser
#

View file

@ -6,6 +6,10 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
if [[ -s "${HOME}/.nix-profile/etc/profile.d/nix.sh" ]]; then
source $HOME/.nix-profile/etc/profile.d/nix.sh
fi
if [[ -s "/opt/miniconda3/etc/profile.d/conda.sh" ]]; then
source /opt/miniconda3/etc/profile.d/conda.sh
fi
@ -69,3 +73,5 @@ function back_things_up() {
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh