Created
January 16, 2019 05:40
-
-
Save vipzhicheng/6cbfc22682a2ab187cad7b5b8f7c1953 to your computer and use it in GitHub Desktop.
Find where an alias was defined
This file contains 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
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