m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00
This commit is contained in:
Junegunn Choi
2015-09-12 12:50:32 +09:00
parent 64443221aa
commit de829c0938
4 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
[[ "$@" =~ --pre ]] && version=0.10.4 pre=1 ||
version=0.10.4 pre=0
[[ "$@" =~ --pre ]] && version=0.10.5 pre=1 ||
version=0.10.5 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)