items2 配色

cat ~/.bash_profile

#enables colorin the terminal bash shell export
export CLICOLOR=1

#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad

#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

#enables colorfor iTerm

上一篇:Ubuntu-18.04 LTS UEFI 安装U盘制作


下一篇:Ubuntu18.04命令行安装mysql未提示输入密码,修改mysql默认密码