编辑

HISTSIZE=10000 HISTFILESIZE=20000

增加

alias ls='ls -A -B -F -l --human --color' alias dir='dir -A -B -F -l --human --color' alias lh='ls -h' alias rm='rm -i' alias mv='mv -i' alias df='df -h' alias cp='cp -i'

返回