diff --git a/setup.sh b/setup.sh index 8d2d4dc..4138232 100755 --- a/setup.sh +++ b/setup.sh @@ -74,6 +74,9 @@ if [ ! -f ~/.gitconfig ]; then cp ~/code_server/gitconfig ~/.gitconfig; fi && \ # Add tmux config if [ ! -f ~/.tmux.conf ]; then cp ~/code_server/tmux.conf ~/.tmux.conf; fi && \ -# Add path +# restore default .bashrc +sudo cp /etc/skel/.bashrc ~/.bashrc + +# Add path to .bashrc echo "export PATH=\$PATH:~/.local/bin:~/.cargo/bin" >> ~/.bashrc echo "eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)" >> ~/.bashrc