aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/functions
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-16 00:28:34 +0800
committerGuangxiong Lin <[email protected]>2023-11-16 00:28:34 +0800
commite6bc9a8fdfe4e49ce96fa31552954a116cb8c07b (patch)
treeaf0832548d6b096d3de20ce58219e3bcd205db44 /.config/fish/functions
parent215a66d900ee9aaae32be231dd357e118bf63ce8 (diff)
downloaddotfiles-e6bc9a8fdfe4e49ce96fa31552954a116cb8c07b.tar.gz
dotfiles-e6bc9a8fdfe4e49ce96fa31552954a116cb8c07b.tar.bz2
dotfiles-e6bc9a8fdfe4e49ce96fa31552954a116cb8c07b.zip
Refactor
Diffstat (limited to '.config/fish/functions')
-rw-r--r--.config/fish/functions/init_fzf.fish11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/fish/functions/init_fzf.fish b/.config/fish/functions/init_fzf.fish
deleted file mode 100644
index b1fab2a..0000000
--- a/.config/fish/functions/init_fzf.fish
+++ /dev/null
@@ -1,11 +0,0 @@
-function init_fzf
- command -v fzf > /dev/null || exit 0
-
- if is_mac;
- source $(brew --prefix fzf)/shell/key-bindings.fish
- end
-
- function fish_user_key_bindings
- fzf_key_bindings
- end
-end