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:
7826801
)
Disable .profile fortunes
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 14 Feb 2022 14:13:00 +0000
(09:13 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 14 Feb 2022 14:13:00 +0000
(09:13 -0500)
home/.profile
patch
|
blob
|
blame
|
history
diff --git
a/home/.profile
b/home/.profile
index
b01c106
..
c7c3a4a
100644
(file)
--- a/
home/.profile
+++ b/
home/.profile
@@
-18,8
+18,8
@@
status
printf '\n'
-awk \
- -v RS='' \
- 'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \
- ~/arc/doc/fortunes/orangebook_.txt \
-| fold -s
+
#
awk \
+
#
-v RS='' \
+
#
'BEGIN {srand()} {fortunes[n++] = $0} END {print fortunes[int(n * rand())]}' \
+
#
~/arc/doc/fortunes/orangebook_.txt \
+
#
| fold -s
This page took
0.020196 seconds
and
4
git commands to generate.