Skip to content

Commit c6fe70f

Browse files
committed
WIP
1 parent 8b8ae78 commit c6fe70f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/profile.d/help50.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ function _rhetorical() {
105105
}
106106

107107
# Default helpers
108+
if ! type _helped >/dev/null 2>&1; then
109+
function _helped() { :; } # Silent
110+
fi
108111
if ! type _helpful >/dev/null 2>&1; then
109112
function _helpful() {
110113

@@ -118,9 +121,6 @@ if ! type _helpful >/dev/null 2>&1; then
118121
_alert "$output"
119122
}
120123
fi
121-
if ! type _helped >/dev/null 2>&1; then
122-
function _helped() { :; } # Silent
123-
fi
124124
if ! type _helpless >/dev/null 2>&1; then
125125
function _helpless() { :; } # Silent
126126
fi

0 commit comments

Comments
 (0)