dots/src/.config/bashrc
2021-10-21 17:44:21 -04:00

6 lines
129 B
Bash

#!/bin/sh
# Use fish in place of bash
# keep this line at the bottom of ~/.bashrc
[ -x /bin/fish ] && SHELL=/bin/fish exec fish