debian 颜色设置
Posted f981545521
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debian 颜色设置相关的知识,希望对你有一定的参考价值。
[email protected]:/# vi /root/.bashrc
#export PS1=‘\h:\w\$ ‘
export PS1=‘\[\033[1;32;40m\]\[email protected]\h:\w\$ \[\033[0m\]‘
umask 022
# You may uncomment the following lines if you want `ls‘ to be colorized:
export LS_OPTIONS=‘--color=auto‘
eval "`dircolors`"
alias ls=‘ls $LS_OPTIONS‘
alias ll=‘ls $LS_OPTIONS -l‘
alias l=‘ls $LS_OPTIONS -lA‘
#
# Some more alias to avoid making mistakes:
# alias rm=‘rm -i‘
# alias cp=‘cp -i‘
# alias mv=‘mv -i‘
以上是关于debian 颜色设置的主要内容,如果未能解决你的问题,请参考以下文章