Files
omakub/install/a-shell.sh
David Heinemeier Hansson 0453be528a Only source the bash/shell for the new PATH
So we don't run mise.sh installer twice during install. Closes #42
2024-06-08 09:10:14 +02:00

7 lines
253 B
Bash

[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
source ~/.local/share/omakub/defaults/bash/shell
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc