Execute the new shell so path is setup

This commit is contained in:
David Heinemeier Hansson 2024-05-31 08:26:12 -07:00
parent 09ce58bcf2
commit 25b0231eb0

View File

@ -1,5 +1,6 @@
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
source ~/.bashrc
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc