bashrc: fix wrong fish shell

This commit is contained in:
dogeystamp 2024-03-02 21:16:06 -05:00
parent 4c950191f0
commit f74abc7f44
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -2,4 +2,4 @@
# Use fish in place of bash
# keep this line at the bottom of ~/.bashrc
[ -x /usr/bin/fish ] && SHELL=/bin/fish exec fish
[ -x /usr/bin/fish ] && SHELL=/usr/bin/fish exec fish