dots/src/.config/bashrc

6 lines
133 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
[ -x /usr/bin/fish ] && SHELL=/bin/fish exec fish