Normaly e.g. alias ll="ls -la"
is stored in ~/.bashrc
(or ~/.bash_profile).
But what ist the most effective way to find the location where is an alias stored?
I come across this question, because alias la
runs perfect, but it's not stored in
the usual suspected locations.(~/.bashrc)
How can I find out where is an alias located?
echo $SHELL
/bin/zsh
And yes, I know for zsh is .zshrc
the usual suspect.