How to let archlinux ls -l = ll

one

add alias ll='ls -l --color=autoto /etc/profile,
add source /etc/profile to /root/.bashrc and /home/username/.bashrc

other one

echo "alias ll='ls -l --color=auto'">>/etc/profile
echo "source /etc/profile">>/root/.bashrc
echo "source /etc/profile'">>/home/username/.bashrc

你可能感兴趣的:(How to let archlinux ls -l = ll)