Auto Update
This commit is contained in:
parent
b02dd9f581
commit
5a5ef19f2e
1 changed files with 13 additions and 0 deletions
13
fzf.sh
Normal file
13
fzf.sh
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source ./setenv.sh
|
||||||
|
DIR="$1"
|
||||||
|
|
||||||
|
rm -r /home/$USER/.fzf
|
||||||
|
|
||||||
|
mkdir /home/$USER/.fzf
|
||||||
|
cp $DIR/key-bindings.bash /home/$USER/.fzf
|
||||||
|
cp $DIR/completion.bash /home/$USER/.fzf
|
||||||
|
|
||||||
|
chown -R $USER:$USER /home/$USER/.fzf
|
||||||
|
|
Loading…
Reference in a new issue