From f74abc7f44466984049fc25278d4a7a0cf215110 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 2 Mar 2024 21:16:06 -0500 Subject: [PATCH] bashrc: fix wrong fish shell --- src/.config/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/bashrc b/src/.config/bashrc index 35e315c..2de34d4 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 /usr/bin/fish ] && SHELL=/bin/fish exec fish +[ -x /usr/bin/fish ] && SHELL=/usr/bin/fish exec fish