Skip to content

Instantly share code, notes, and snippets.

View peterjaffray's full-sized avatar
♨️
:batman: https://meet.google.com/qcj-xvov-oqv

Peter Jaffray peterjaffray

♨️
:batman: https://meet.google.com/qcj-xvov-oqv
View GitHub Profile
@peterjaffray
peterjaffray / settings.json
Created December 26, 2020 22:01 — forked from thomasmaurer/settings.json
My Windows Terminal Settings settings.json June 2020
// This file was initially generated by Windows Terminal 0.11.1121.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@peterjaffray
peterjaffray / README.md
Created December 6, 2020 17:57 — forked from gibatronic/README.md
Tab completion for the npx command

complete_npx

Bash tab completion for the npx command

Usage

Save complete_npx in your home folder and then source it on your .bash_profile with:

. ~/complete_npx.sh