profile配置 2019-07-24 MAC 123456789PS1='[\u@\H] \W \[\033[012;36m\]\$\[\033[00m\] 'export LS_OPTIONS='--color=auto' # 如果没有指定,则自动选择颜色export CLICOLOR=1 #是否输出颜色# export LSCOLORS='Exfxcxdxbxegedabagacad'export LSCOLORS='dxfxcxdxgxegedabagacad'alias ll='ls -l'alias lal='ls -al'