generated from me/template-mit
Only export functions without underscores.
This commit is contained in:
@@ -317,7 +317,7 @@ alias pull-audio="v2a"
|
||||
alias pa="v2a"
|
||||
|
||||
# Export all functions! #
|
||||
eval "$(declare -F | sed 's/-f /-fx /')"
|
||||
eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
|
||||
|
||||
|
||||
## Complete! ##
|
||||
|
||||
Reference in New Issue
Block a user