ll works on Ubuntu by default, but not in Manjaro (Gnome/Zsh). At first I added the alias in ~/.zshrc, but I found this annoying when using another account such as sudo. So, after searching the Web, I created /etc/zshrc and added the alias there, but it seems that I must run source /etc/zshrc every time I log in.
Is /etc/zshrc the recommended way for Manjaro to enable ll system-wide?
If so, how can I make it always work without manually running source /etc/zshrc?