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

23번째 줄: 23번째 줄:
*[[/root/.profile]]
*[[/root/.profile]]
*[[alias]]
*[[alias]]
*[[/etc/profile.d/colorls.sh]]
*[[/etc/profile.d/which2.sh]]


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

2014년 4월 6일 (일) 09:57 판

/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 }}