7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
# FZF
|
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
|
|
|
# GHQ and FZF
|
|
alias ghqcd="cd \$(ghq list --full-path | fzf)"
|
|
|