Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created October 17, 2013 14:46
Show Gist options
  • Save greyaperez/7026241 to your computer and use it in GitHub Desktop.
Save greyaperez/7026241 to your computer and use it in GitHub Desktop.
Remove Unused Function Alias. Important after renaming or removing a function in your .bashrc file.
unset -f my_function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment