Skip to content

Instantly share code, notes, and snippets.

@t-mart
Created March 11, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-mart/c5f402314d590105a89ea7651f8922f6 to your computer and use it in GitHub Desktop.
Save t-mart/c5f402314d590105a89ea7651f8922f6 to your computer and use it in GitHub Desktop.
Function rename?
foo() {
echo "This is foo()"
}
bar=foo
bar
# --> zsh: command not found: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment