Created
February 25, 2015 13:22
-
-
Save jbbarth/6aeacc67453168aee615 to your computer and use it in GitHub Desktop.
vii alias to run vi on the files of the previous ack/grep command (ZSH only)
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
| alias vii='vi $(fc -e - ack="ack -l" grep="grep -l" -1)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment