Skip to content

Commit

Permalink
Add fzf config
Browse files Browse the repository at this point in the history
  • Loading branch information
takumism committed Nov 14, 2024
1 parent 8117c8d commit fb1bce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .zsh/commands.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ if type "flutter" > /dev/null 2>&1; then
export PATH="$PATH:$HOME/development/flutter/bin"
fi

# ----------------------------
# fzf
# ----------------------------
source <(fzf --zsh)

# ----------------------------
# git
# ----------------------------
Expand Down

0 comments on commit fb1bce4

Please sign in to comment.