vi /etc/profile
PS1="[e[1;32m]u[e[m][e[1;33m]@[e[m][e[1;35m]h[e[m]:w$"
# e[1;xxm #修改终端字体颜色
#e[m #恢复到正常显示
cp /etc/DIR_COLORS ~/.dir_colors
vi ~/.dir_colors
#找到“DIR 01;34 # directory”,将34改为36。
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white