Skip to content

Instantly share code, notes, and snippets.

@macoshita
macoshita / ghq-fzf.zsh
Last active December 16, 2021 15:01 — forked from sheepla/ghq-fzf.zsh
ghq で管理しているリポジトリに Ctrl-g で cd する on zsh
#
# ghq-fzf.zsh
#
# ABOUT:
# `cd` to `ghq` repositories directory on `zsh`
# You can launch this function with `Ctrl-g`
#
# INSTALLATION:
# Requires `zsh` and `fzf`
# Download this file then, append `source path/to/fzf-ghq.zsh` to your `~/.zshrc`