bashrc: use /usr/bin/fish instead of /bin/fish

This commit is contained in:
dogeystamp 2024-03-02 21:13:27 -05:00
parent 2bebabc358
commit 4c950191f0
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 /bin/fish ] && SHELL=/bin/fish exec fish
[ -x /usr/bin/fish ] && SHELL=/bin/fish exec fish