터미널을 열고 아래와 같이 명령어를 입력한다.
Execute terminal and command below text.
1
|
$ vi ~/.bash_profile
| cs |
aaaa
편집기가 하나 열리는데 우선은 아래 내용을 적도록 하자.
This opens a 'vim or vi' editor and writes the same as the following.
1
2
3
4
5
6
7
8
9
10
|
#.bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
#------------------------------
# personal alias for cutup9999
#------------------------------
alias ll='ls -ltr'
| cs |
뭐 내용을 보면 알겠지만, 하단의 주석 아래 부분은 자신이 필요한 것들을 추가하면 된다.
As you can see, the bottom part(personal alias for cutup9999) of the comment notice personal setup. Just add to what you need.
댓글 없음:
댓글 쓰기