mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
chore(.zshrc): add anaconda to PATH to ensure anaconda commands are accessible from the terminal
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -258,6 +258,9 @@ PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; export PERL_MM_OPT;
|
||||
## [/Completion]
|
||||
|
||||
|
||||
## Setup anaconda
|
||||
export PATH="/opt/homebrew/anaconda3/bin:$PATH"
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
Reference in New Issue
Block a user