소스 검색

Source /etc/profile in .profile

Frans Bergman 4 년 전
부모
커밋
115b1785ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .profile

+ 1 - 0
.profile

@@ -3,6 +3,7 @@
 # the default umask is set in /etc/profile; for setting the umask
 # for ssh logins, install and configure the libpam-umask package.
 #umask 022
+source /etc/profile
 
 export GOPATH="$HOME/go"
 export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"