Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 588 Bytes

Cheatsheets

These are my cheatsheets. They are built to work with navi.

Default Values

Following this comment, I'm setting default values like this:

$ variable: echo -n "$ENV_VAR"
$ other_var echo -n "whatever"

This seems hacky, and I hope navi will support real default values soon.

Credits

I copied Cheatsheet Syntax from the navi project here.