Skip to content

Instantly share code, notes, and snippets.

View xyfeng's full-sized avatar

XY Feng xyfeng

View GitHub Profile
@xyfeng
xyfeng / z installation note
Last active April 17, 2019 13:46
z install
#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.