Skip to content

Commit 1a30186

Browse files
authored
Merge pull request #126 from unixorn/fix-unset-issue
Fix #125, hopefully
2 parents 0024a87 + d668cf9 commit 1a30186

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

fzf-settings.zsh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ fi
3131
if [[ -f "${FZF_PATH}/shell/key-bindings.zsh" ]]; then
3232
source "${FZF_PATH}/shell/key-bindings.zsh"
3333
fi
34-
35-
unset -f _fzf_has

fzf-zsh-plugin.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2024 Joseph Block <jpb@unixorn.net>
1+
# Copyright 2020-2025 Joseph Block <jpb@unixorn.net>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)