Skip to content

Instantly share code, notes, and snippets.

@evrentan
Created March 10, 2023 10:02
Show Gist options
  • Save evrentan/9e3537d372f6c3a17d1cac025072c665 to your computer and use it in GitHub Desktop.
Save evrentan/9e3537d372f6c3a17d1cac025072c665 to your computer and use it in GitHub Desktop.
Add Below Lines to .zshrc to Make .bash_aliases Work Every Time
# 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