MAINT: macos catalina (#4)
This commit is contained in:
parent
83cc9a195e
commit
98c89a360d
6 changed files with 37 additions and 28 deletions
|
@ -2,6 +2,12 @@
|
|||
# Defines environment variables.
|
||||
#
|
||||
|
||||
#
|
||||
# Nix
|
||||
#
|
||||
|
||||
export NIX_IGNORE_SYMLINK_STORE=1
|
||||
|
||||
#
|
||||
# Browser
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue