bash - Gakgu/Gakgu.github.io GitHub Wiki

개요

쉘의 한 종류.

구성 파일

  • .bashrc :
    터미널을 실행할 때마다 호출되는 bash스크립트

  • .bash_profile :
    로그인할 때 호출되는 bash스크립트

  • .bash_logout :
    로그아웃할 때 호출되는 bash스크립트

  • .bash_history :
    이때가지 터미널에 입력된 명령어 모음

개인설정

  • grep 컬러 : alias grep='grep --color=auto'

  • ls 컬러 :
    alias grep='ls --color=auto'