Skip to content

Instantly share code, notes, and snippets.

@teitei-tk
Last active March 1, 2020 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teitei-tk/65e8ae6a54d89b16404d to your computer and use it in GitHub Desktop.
Save teitei-tk/65e8ae6a54d89b16404d to your computer and use it in GitHub Desktop.
[alias]
detect-branches = !git checkout $(git branch | peco)
[alias]
detect-branches = !git checkout $(git branch | peco)
$ vim ~/.zshrc
.....
.....
alias repos='cd $( find ~/example ~/hoge -maxdepth 3 -mindepth 1 -name "*" -type d | grep -v "\/\." | peco )'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment