dots/src/.config/bashrc

6 lines
137 B
Bash
Raw Normal View History

2021-10-21 17:44:21 -04:00
#!/bin/sh
# Use fish in place of bash
# keep this line at the bottom of ~/.bashrc
2024-03-02 21:16:06 -05:00
[ -x /usr/bin/fish ] && SHELL=/usr/bin/fish exec fish