Skip to content

Instantly share code, notes, and snippets.

@svaderia
Last active March 18, 2020 15:45
Show Gist options
  • Save svaderia/f7d1957a84f5c9df2b57ae1d83a9d73f to your computer and use it in GitHub Desktop.
Save svaderia/f7d1957a84f5c9df2b57ae1d83a9d73f to your computer and use it in GitHub Desktop.
Pass argument in alias
alias wrap_args='f(){echo before $@ after; unset -f f; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment