Просмотр исходного кода

Source /etc/profile in .profile

Frans Bergman 4 лет назад
Родитель
Сommit
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"