6 lines
129 B
Bash
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
|