Skip to content

Instantly share code, notes, and snippets.

View kunagpal's full-sized avatar
🎯
Focusing

Kunal Nagpal kunagpal

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kunagpal on github.
  • I am kunagpal (https://keybase.io/kunagpal) on keybase.
  • I have a public key ASCUCXjvNqIkJb2SS1D_mPnQ7eCdEnMC_VHyNi9vR5fWFwo

To claim this, I am signing this object:

kunagpal

Keybase proof

I hereby claim:

  • I am kunagpal on github.
  • I am kunagpal (https://keybase.io/kunagpal) on keybase.
  • I have a public key ASCUCXjvNqIkJb2SS1D_mPnQ7eCdEnMC_VHyNi9vR5fWFwo

To claim this, I am signing this object:

v6.11.1
3.10.10
express-boilerplate@0.3.0 /Users/kunagpal/Code/GitHub/express-boilerplate
├── async@2.5.0
├─┬ bcrypt@1.0.2
│ ├── bindings@1.2.1
│ ├── nan@2.5.0
│ └─┬ node-pre-gyp@0.6.32
│ ├─┬ nopt@3.0.6
│ │ └── abbrev@1.1.0
@kunagpal
kunagpal / .bash_profile
Last active December 18, 2022 10:48
Bash heaven
# Add `~/bin` to the `$PATH`
# Load the shell dotfiles, and then some:
# * ~/.path can be used to extend `$PATH`.
# * ~/.extra can be used for other settings you don’t want to commit.
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;
unset file;
# Case-insensitive globbing (used in pathname expansion)