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
#The power of z, copied from https://gist.github.com/mischah/8149239 | |
Do you spend lots of time doing things like this? | |
cd this/is/the/path/that/i/want/so/i/type/it/all/out/to/get/whereiwant | |
With z, you could just do this: | |
z whereiwant | |
See README of z for all available options. |
OlderNewer