mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2026-01-27 08:57:12 +08:00
16 lines
329 B
Bash
16 lines
329 B
Bash
export LANG=zh_CN.UTF-8
|
|
export LC_ALL=zh_CN.UTF-8
|
|
|
|
HISTFILE=$HOME/.ksh_history
|
|
HISTSIZE=1000
|
|
SAVEHIST=1000
|
|
|
|
alias ls='colorls -Ga'
|
|
alias ll='colorls -Gal'
|
|
alias df='df -h'
|
|
alias du='du -sh'
|
|
alias ifconfig='/home/alex/color_ifconfig'
|
|
|
|
#set -o vi
|
|
# export PS1='\[\e[32m\]\u@\h:\w\[\e[0m\]$ '
|
|
export PS1='\[\e[33m\]\h\w\[\e[0m\]$ '
|