You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bbugyi200
changed the title
Add a way to specify a command that runs prior to defining funk
Add a way to specify a command that runs directly before funk definition
Dec 1, 2018
For example, assume the user inputs the following as the definition for a funk
slc
--meant to aliassome_long_command
:# precmd: compdef {{funk}}=some_long_command some_long_command
Then the resulting final funk definition should be
where
...
represents the possibility of built-in (automatic) funk pre-commands---one of which would currently beunalias {{funk}} &> /dev/null
.The text was updated successfully, but these errors were encountered: