针对当前用户

编辑用户目录下的.bashrc文件

nano ~/.bashrc

添加一行

alias ll='ls -lah'

重载生效

source ~/.bashrc

全局生效

编辑/etc/bash.bashrc