Skip to content

Commit

Permalink
integreate fzf with fish
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Jan 15, 2025
1 parent 74c9b29 commit c43d632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ set -gx PATH $PATH /usr/local/go/bin
set -gx GOPATH $HOME/go
set -gx PATH $PATH $GOPATH/bin

# fzf
fzf --fish | source

# zoxide
zoxide init fish | source

Expand Down

0 comments on commit c43d632

Please sign in to comment.