bashrc: use /usr/bin/fish instead of /bin/fish
This commit is contained in:
parent
2bebabc358
commit
4c950191f0
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# Use fish in place of bash
|
# Use fish in place of bash
|
||||||
# keep this line at the bottom of ~/.bashrc
|
# keep this line at the bottom of ~/.bashrc
|
||||||
[ -x /bin/fish ] && SHELL=/bin/fish exec fish
|
[ -x /usr/bin/fish ] && SHELL=/bin/fish exec fish
|
||||||
|
Loading…
Reference in New Issue
Block a user