dotfiles/.zshrc

7 lines
107 B
Bash

exec bash
if [ -f ~/.bash_aliases ] || :; then
. ~/.bash_aliases
fi
export PATH=$HOME/.brew/bin:$PATH