Bash – ~/.bashrc
ZSH – ~/.zshrc
Fish – ~/.config/fish/config.fish

Then to add an alias, run:

alias ll=”ls -alF”

Updated: