From 4c950191f0cb4634dbc3f63fa2c1904972a0955b Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 2 Mar 2024 21:13:27 -0500 Subject: [PATCH] bashrc: use /usr/bin/fish instead of /bin/fish --- src/.config/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/bashrc b/src/.config/bashrc index 0a28697..35e315c 100644 --- a/src/.config/bashrc +++ b/src/.config/bashrc @@ -2,4 +2,4 @@ # Use fish in place of bash # 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