home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626d972
)
Disable motd/status even for interactive shell starts
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 29 Aug 2022 13:45:42 +0000
(09:45 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 29 Aug 2022 13:45:42 +0000
(09:45 -0400)
home/.profile
patch
|
blob
|
blame
|
history
diff --git
a/home/.profile
b/home/.profile
index
96a3198
..
cbc092f
100644
(file)
--- a/
home/.profile
+++ b/
home/.profile
@@
-20,7
+20,7
@@
fi
## TODO Rename status to motd
case "$-" in
# Only execute if shell is interactive.
- *i*) status;;
+ *i*)
;;#
status;;
esac
printf '\n'
This page took
0.032426 seconds
and
4
git commands to generate.