mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2025-12-26 17:44:57 +08:00
10 lines
236 B
Bash
10 lines
236 B
Bash
export LANG=zh_CN.UTF-8
|
|
export LC_ALL=zh_CN.UTF-8
|
|
|
|
alias ls='colorls -Ga'
|
|
alias ll='colorls -Gal'
|
|
alias df='df -h'
|
|
alias du='du -sh'
|
|
alias ifconfig='/home/alex/color_ifconfig'
|
|
|
|
export PS1="\[\e[1;3;36m\]\u@\h \[\e[0;33m\]\w \[\e[0m\]>"
|