Skip to content

Commit

Permalink
fix ghq-fzf set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
circled9 committed Nov 16, 2023
1 parent eb67f54 commit f0e735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function cd-fzf
end

function ghq-fzf
set $(ghq root)/$(ghq list | fzf --reverse)
set moveto $(ghq root)/$(ghq list | fzf --reverse)
cd $moveto
end

Expand Down

0 comments on commit f0e735b

Please sign in to comment.