Skip to content

Instantly share code, notes, and snippets.

@Edu4rdSHL
Last active May 4, 2025 16:56
Show Gist options
  • Save Edu4rdSHL/e18e9dc8dd7e12287126d62bd06c9d59 to your computer and use it in GitHub Desktop.
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
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return

[[ "$SHELL" != */fish ]] && [ -x /usr/bin/fish ] && \
  SHELL=/usr/bin/fish exec fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment