.bash_profile 터미널 셋팅

mac 2009/05/18 16:50

사용자 root디렉토리에서 .bash_profile 생성
vi .bash_profile

아래와 같이 여러 명령어들을 간단히 쓸 수 있게 셋팅
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

alias ls='ls -vGF'
alias ll='ls -al'

.bash_profile 적용
source .bash_profile


저작자 표시
Trackback 0 : Comment 0
◀ PREV : [1] : ... [75] : [76] : [77] : [78] : [79] : [80] : [81] : [82] : [83] : ... [171] : NEXT ▶