We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8ae78 commit c6fe70fCopy full SHA for c6fe70f
etc/profile.d/help50.sh
@@ -105,6 +105,9 @@ function _rhetorical() {
105
}
106
107
# Default helpers
108
+if ! type _helped >/dev/null 2>&1; then
109
+ function _helped() { :; } # Silent
110
+fi
111
if ! type _helpful >/dev/null 2>&1; then
112
function _helpful() {
113
@@ -118,9 +121,6 @@ if ! type _helpful >/dev/null 2>&1; then
118
121
_alert "$output"
119
122
120
123
fi
-if ! type _helped >/dev/null 2>&1; then
- function _helped() { :; } # Silent
-fi
124
if ! type _helpless >/dev/null 2>&1; then
125
function _helpless() { :; } # Silent
126
0 commit comments