Skip to content

Commit

Permalink
fzf: fix loading
Browse files Browse the repository at this point in the history
  • Loading branch information
zzJinux committed Mar 10, 2024
1 parent 3d5556d commit e2ba257
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fzf/shcmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
if [ -n "$BASH" ]; then
source "$HOMEBREW_PREFIX/opt/fzf/shell/completion.bash"
source "$HOMEBREW_PREFIX/opt/fzf/shell/key-bindings.bash"
elif [ -n "$ZSH_NAME" ]; then
source "$HOMEBREW_PREFIX/opt/fzf/shell/completion.zsh"
source "$HOMEBREW_PREFIX/opt/fzf/shell/key-bindings.zsh"
fi
3 changes: 3 additions & 0 deletions fzf/shlogin
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
path_appends+=(
"$HOMEBREW_PREFIX/opt/fzf/bin"
)
1 change: 1 addition & 0 deletions shell/profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ path_appends=()

source "$DOTFILES/homebrew/shlogin"

source "$DOTFILES/fzf/shlogin"
source "$DOTFILES/go/shlogin"
source "$DOTFILES/rust/shlogin"
source "$DOTFILES/java/shlogin"
Expand Down

0 comments on commit e2ba257

Please sign in to comment.