浏览代码

Show umask on starting shell

pull/15/head
10sr 9 年前
父节点
当前提交
f3c502b4f0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      shrc

+ 1
- 0
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


正在加载...
取消
保存