Explorar el Código

Source /etc/profile in .profile

Frans Bergman hace 4 años
padre
commit
115b1785ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"