Skip to content

Instantly share code, notes, and snippets.

View jastuccio's full-sized avatar
😊
living the dream

jastuccio jastuccio

😊
living the dream
View GitHub Profile
@jastuccio
jastuccio / z.md
Last active October 1, 2017 08:09 — forked from mischah/z.md
Installing und initializing z (https://github.com/rupa/z) with help of Homebrew.

#The power of z

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:

@jastuccio
jastuccio / 0_reuse_code.js
Created September 4, 2016 22:53
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console