"~/.bashrc"의 두 판 사이의 차이

17번째 줄: 17번째 줄:
fi
fi
</source>
</source>
==같이 보기==
*[[Profile bashrc bash profile 순서]]


[[분류: /root]]
[[분류: /root]]

2012년 5월 6일 (일) 21:18 판

/root/.bashrc
~/.bashrc

1 기본값

# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}