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

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

2014년 5월 12일 (월) 14:37 판

/root/.bashrc
~/.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 }}