Skip to content

Instantly share code, notes, and snippets.

@vipzhicheng
Created January 16, 2019 05:40
Show Gist options
  • Save vipzhicheng/6cbfc22682a2ab187cad7b5b8f7c1953 to your computer and use it in GitHub Desktop.
Save vipzhicheng/6cbfc22682a2ab187cad7b5b8f7c1953 to your computer and use it in GitHub Desktop.
Find where an alias was defined
bash -ixlc : 2>&1 | grep ...
zsh -ixc : 2>&1 | grep ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment