Skip to content

Instantly share code, notes, and snippets.

@andbroby
Last active April 6, 2020 04:12
Show Gist options
  • Save andbroby/958c6b4259290d4c884c to your computer and use it in GitHub Desktop.
Save andbroby/958c6b4259290d4c884c to your computer and use it in GitHub Desktop.
# ~/.common_profile:
alias rm='rm -i'
# ~/.bashenv:
source ~/.common_profile
shopt -s expand_aliases
# ~/.zshenv:
source ~/.common_profile
# ~/.zshrc:
source ~/.common_profile
export BASH_ENV='~/.bashenv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment