feat: add update script for fzf shell files
This commit is contained in:
parent
a8d43af719
commit
ebbddb6eaf
1 changed files with 7 additions and 0 deletions
7
lib/.fzf/update.sh
Executable file
7
lib/.fzf/update.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
URL=https://raw.githubusercontent.com/junegunn/fzf/master/shell
|
||||
|
||||
for f in completion.zsh key-bindings.zsh; do
|
||||
wget -O $f $URL/$f
|
||||
done
|
Loading…
Reference in a new issue