Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 6, 2024
1 parent 8b8ae78 commit c6fe70f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/profile.d/help50.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ function _rhetorical() {
}

# Default helpers
if ! type _helped >/dev/null 2>&1; then
function _helped() { :; } # Silent
fi
if ! type _helpful >/dev/null 2>&1; then
function _helpful() {

Expand All @@ -118,9 +121,6 @@ if ! type _helpful >/dev/null 2>&1; then
_alert "$output"
}
fi
if ! type _helped >/dev/null 2>&1; then
function _helped() { :; } # Silent
fi
if ! type _helpless >/dev/null 2>&1; then
function _helpless() { :; } # Silent
fi
Expand Down

0 comments on commit c6fe70f

Please sign in to comment.