commit a71c017f92521f8c6c947891363bd4d0b04d606c
parent fbe16eb8e9430a9a6d425a011286c78534164bca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 10 Jun 2020 11:22:19 +0200
Set default umask
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -9,6 +9,8 @@ export TERMINAL=st
export BROWSER=surf-open.sh
export BIB="$HOME/articles/own/BIBnew.bib"
+umask 022
+
GPG_TTY=$(tty)
export GPG_TTY
@@ -184,6 +186,6 @@ addtopath /usr/local/cuda/bin /usr/local/gcc-8.3.0/bin
addtopath ~/code/pism-stable-install/bin
addtopath ~/.local/bin
sourcepath /com/Modules/default/init/sh
-
+
ENV=$HOME/.kshrc
export PATH HOME TERM ENV MANPATH