Update theme

This commit is contained in:
2024-04-04 12:51:24 +02:00
parent 84425c084a
commit 4db1976bcd
117 changed files with 15381 additions and 238 deletions
+9 -17
View File
@@ -12,21 +12,13 @@ source ~/.zsh/alias.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/legrems/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/legrems/miniconda3/etc/profile.d/conda.sh" ]; then
. "/home/legrems/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/home/legrems/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
eval "$(zoxide init zsh)"
export PATH="/home/legrems/Documents/mattermost:$PATH"
export PATH="/home/legrems/.cargo/bin:$PATH"
if [ -f '/home/legrems/.cdwe.zsh' ]; then . '/home/legrems/.cdwe.zsh'; fi
eval "$(zoxide init zsh | sed -e 's/\\builtin cd/cdwe/g')"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
export KEYTIMEOUT=1