Created
March 11, 2017 20:26
-
-
Save t-mart/c5f402314d590105a89ea7651f8922f6 to your computer and use it in GitHub Desktop.
Function rename?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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