Update theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user