[root@hexingxing ~]# cat ~/.bashrc
# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias l='ls =lh'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

0 条评论

发表回复

Avatar placeholder

您的电子邮箱地址不会被公开。 必填项已用*标注