chore(zsh): removed themes and conda
This commit is contained in:
parent
0470585dee
commit
8eed7b6fe9
5 changed files with 0 additions and 507 deletions
|
@ -18,34 +18,12 @@ export EDITOR=nvim
|
|||
export VISUAL=nvim
|
||||
export READER=mupdf
|
||||
|
||||
#THEME
|
||||
source $ZDOTDIR/themes/gruvbox_dark.zsh
|
||||
|
||||
#Prompt
|
||||
source $ZDOTDIR/prompts/simple-two-line.zsh
|
||||
|
||||
source $ZDOTDIR/functions.zsh
|
||||
source $ZDOTDIR/plugins.zsh
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('$HOME/.miniforge3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "$HOME/.miniforge3/etc/profile.d/conda.sh" ]; then
|
||||
. "$HOME/.miniforge3/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="$HOME/.miniforge3/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
|
||||
if [ -f "$HOME/.miniforge3/etc/profile.d/mamba.sh" ]; then
|
||||
. "$HOME/.miniforge3/etc/profile.d/mamba.sh"
|
||||
fi
|
||||
# <<< conda initialize <<<
|
||||
|
||||
if [[ $(uname) == "Darwin" ]]; then
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue