Skip to content

Instantly share code, notes, and snippets.

@funwarioisii
Created May 12, 2022 11:56
Show Gist options
  • Save funwarioisii/058a54b1d95f044d24cc60fee7a8512e to your computer and use it in GitHub Desktop.
Save funwarioisii/058a54b1d95f044d24cc60fee7a8512e to your computer and use it in GitHub Desktop.

cd-ghq というコマンドを便利に使っている

function cd-ghq {
  cd "$( ghq list --full-path | peco)"
}

alias cd-ghq='cd-ghq'

ghq で最近はリポジトリを管理している。

https://github.com/x-motemen/ghq

↑のスクリプトを zshrc に書いてかなり気持ちよくなった。

蛇足だが、 gist のUIが少しアプデされていた。

ほにゃらら.md と書くとプレビューのタブが生えて便利。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment