Alias ​​Bash Laravel

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Jayesh Vassanani