Created
March 10, 2023 10:02
-
-
Save evrentan/9e3537d372f6c3a17d1cac025072c665 to your computer and use it in GitHub Desktop.
Add Below Lines to .zshrc to Make .bash_aliases Work Every Time
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
# alias definitions. add aliaes into ~/.bash_aliases file. | |
if [ -f ~/.bash_aliases ]; then | |
. ~/.bash_aliases | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment