Skip to content

Instantly share code, notes, and snippets.

View JoshuaCrewe's full-sized avatar

Joshua Crewe JoshuaCrewe

View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@JoshuaCrewe
JoshuaCrewe / gist:708df146022e4c9d99aa97cdb71e4f62
Created June 29, 2017 08:07
Error : maximum nested function level reached with `set -x`
Joshua% ls
+_check_aliases:5> k=ga
+_check_aliases:6> local 'v=git add '
+local:6> local 'best_match='
+local:6> local 'best_match='
+local:6> local 'best_match='
+local:6> local 'best_match='
+local:6> local 'best_match='
...
There are lots of these
@JoshuaCrewe
JoshuaCrewe / brew-sync.sh
Created February 24, 2017 16:28 — forked from witt3rd/brew-sync.sh
Sync Homebrew installations between Macs via Dropbox
#!/bin/bash
# Sync Homebrew installations between Macs via Dropbox
#
BREW="/usr/local/bin/brew"
# first get local settings
echo "Reading local settings ..."
rm -f /tmp/brew-sync.*