FULL LUA! plus some bugfixes
This commit is contained in:
16
zsh/.zshrc
16
zsh/.zshrc
@@ -38,7 +38,6 @@ if [[ $(uname) == Linux ]]; then
|
||||
fi
|
||||
|
||||
alias cls='clear'
|
||||
export PATH="/opt/homebrew/opt/protobuf@3.6/bin:$PATH"
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
@@ -55,18 +54,3 @@ export STARSHIP_CONFIG=~/.config/zsh/starship.toml
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
# __conda_setup="$('/usr/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
# if [ $? -eq 0 ]; then
|
||||
# eval "$__conda_setup"
|
||||
# else
|
||||
# if [ -f "/usr/etc/profile.d/conda.sh" ]; then
|
||||
# . "/usr/etc/profile.d/conda.sh"
|
||||
# else
|
||||
# export PATH="/usr/bin:$PATH"
|
||||
# fi
|
||||
# fi
|
||||
# unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user