From f3c502b4f0946aad0e2d5d89c47ade84283006be Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Apr 2015 12:30:34 +0900 Subject: [PATCH] Show umask on starting shell --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index e9189b9..2f9072d 100755 --- a/shrc +++ b/shrc @@ -202,6 +202,7 @@ command -v fortune >/dev/null && { uname -a $iswindows && alias tty="echo cmd.exe" echo TERM $TERM with $(tput colors) colors using $(tty) +echo umask: `umask -S` echo __safe_run w yuk