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