Upgrade default bashrc
This commit is contained in:
parent
b4fb71dde6
commit
0e35d8b156
@ -138,19 +138,3 @@ then
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
||||
fi
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('/home/v-xuanyidong/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "/home/v-xuanyidong/miniconda3/etc/profile.d/conda.sh" ]; then
|
||||
. "/home/v-xuanyidong/miniconda3/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="/home/v-xuanyidong/miniconda3/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
@ -6,6 +6,8 @@ echo "script-directory: $script_dir"
|
||||
|
||||
cp ${script_dir}/tmux.conf ~/.tmux.conf
|
||||
cp ${script_dir}/vimrc ~/.vimrc
|
||||
cp ${script_dir}/bashrc ~/.bashrc
|
||||
|
||||
wget https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh
|
||||
wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user