摘要:
.bashrc文件# .bashrc# Source global definitionsif [ -f /etc/bashrc ]; then. /etc/bashrcfi# User specific aliases and functionsalias rm=trashtrash(){ mv $@ ~/backup/}clean(){ /bin/rm $@}.bash_profile文件# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then . ~/.bash... 阅读全文
posted @ 2013-09-09 16:48
艾丽娅的猫
阅读(347)
评论(0)
推荐(0)

浙公网安备 33010602011771号