sunhat/install/a-shell.sh

7 lines
221 B
Bash
Raw Normal View History

2024-05-27 15:14:39 -05:00
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
2024-05-31 10:26:12 -05:00
source ~/.bashrc
2024-05-27 15:14:39 -05:00
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc