-
-
Save andbroby/958c6b4259290d4c884c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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