Linux alias 설정

leocodms·2020년 12월 24일
0

42seoul

목록 보기
3/10

터미널 창에서 alias 등록

echo "alias cmp='gcc -Wall -Wextra -Wall'" >> ~/.bash_profile

bash_profile 확인

cat ~/.bash_pofile

변경 사항 적용

source ~/.bash_profile
profile
Backend Developer

0개의 댓글