#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
[[ "$SHELL" != */fish ]] && [ -x /usr/bin/fish ] && \
SHELL=/usr/bin/fish exec fish
Last active
May 4, 2025 16:56
-
-
Save Edu4rdSHL/e18e9dc8dd7e12287126d62bd06c9d59 to your computer and use it in GitHub Desktop.
The whole .bashrc that you need if you want to use bash as your login shell (which I highly recommend) but then use fish for anything else
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment