Browse Source

Show umask on starting shell

pull/15/head
10sr 9 years ago
parent
commit
f3c502b4f0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shrc

+ 1
- 0
shrc View File

@@ -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


Loading…
Cancel
Save