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