Auto Update
This commit is contained in:
parent
25d5f8a439
commit
85af1c3752
1 changed files with 1 additions and 1 deletions
2
fzf.sh
2
fzf.sh
|
@ -3,7 +3,7 @@
|
|||
source ./setenv.sh
|
||||
DIR="$1"
|
||||
|
||||
if [ -d /home/$USER/.fzf ]
|
||||
if [ -d /home/$USER/.fzf ]; then
|
||||
rm -r /home/$USER/.fzf
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue