Added restoring of default .bashrc
This commit is contained in:
parent
b40534a236
commit
25ed0981f4
5
setup.sh
5
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user