Skip to content

Instantly share code, notes, and snippets.

View enzodiaz25's full-sized avatar

Enzo Diaz enzodiaz25

View GitHub Profile
@dramaticlly
dramaticlly / fix.sh
Created March 1, 2018 22:47
fix for ERROR: z.sh's datafile (...) is a directory.
cd ~
mkdir bin
cd bin
wget https://raw.githubusercontent.com/rupa/z/master/z.sh
echo "[ -f ~/bin/z.sh ] && source ~/bin/z.sh" >> ~/.zshrc