Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 216 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 216 Bytes

Gadgets

This is a collection of scripts that I use.

Installation

Copy them into your $PATH and add this at the end your ~/.zshrc

if [[ $1 == eval ]]
then
	shift
	"$@"
	set --
fi