Skip to content

Instantly share code, notes, and snippets.

@TSchuermans
Created August 30, 2017 11:18
Show Gist options
  • Save TSchuermans/44c90ee8b15ee5d337f391b74fc50a40 to your computer and use it in GitHub Desktop.
Save TSchuermans/44c90ee8b15ee5d337f391b74fc50a40 to your computer and use it in GitHub Desktop.
autojump add
for dir in (find /Users/bob/projects/ -type d -maxdepth 1)
j -a $dir
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment