Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Created November 13, 2023 13:32
Show Gist options
  • Save BobToninho/b159d82c43e042d923a23cc7a476a346 to your computer and use it in GitHub Desktop.
Save BobToninho/b159d82c43e042d923a23cc7a476a346 to your computer and use it in GitHub Desktop.
function navigate-projects {
cd $(fd . ~/dev/ --maxdepth 1 --type d | fzf --cycle)
}
alias np="navigate-projects"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment