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