Skip to content

Instantly share code, notes, and snippets.

@alchen99
Created July 28, 2020 01:00
Show Gist options
  • Save alchen99/bf30697e99a4e0faa63dc1b69eb348cb to your computer and use it in GitHub Desktop.
Save alchen99/bf30697e99a4e0faa63dc1b69eb348cb to your computer and use it in GitHub Desktop.
Append to .bashrc
# enable custom bash stuff
if [ -f ~/.bashrc-ext ]; then
source ~/.bashrc-ext
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment