티스토리

develog
검색하기내 프로필
카테고리 없음

[bash] .bash_profile 에서 .bashrc 실행하기

냐옴 2024. 5. 17. 11:15

 

 

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

 

저작자표시 비영리 변경금지 (새창열림)

블로그 정보

develog

구독하기
develog, 블로그 홈

이 블로그 인기글

  • [linux] 한글 로케일 설치, locale, ko_KR.UTF-8
  • [dbeaver] table comment, column comment 표시하기
  • [mac] windows 에서 mac 으로 원격 접속
  • [ubuntu] apt 패키지 오프라인으로 설치하기
  • [vscode] outline 설정
  • [dbeaver] 컬럼 값 null 로 설정
  • [bash] curl ssl 인증서 오류 무시하기
  • [mac] FortiClient permission error
댓글수0
문의안내
  • 티스토리
  • 로그인
  • 고객센터
© Kakao Corp.