mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 09:16:08 +08:00
Bump minimum Fish version in installer (fix #243)
This commit is contained in:
parent
15e9af84b1
commit
c809051edd
|
@ -32,7 +32,7 @@ set -q OMF_CONFIG; or set OMF_CONFIG "$XDG_CONFIG_HOME/omf"
|
|||
set -q OMF_REPO_URI; or set OMF_REPO_URI "https://github.com/oh-my-fish/oh-my-fish"
|
||||
set -q OMF_REPO_BRANCH; or set OMF_REPO_BRANCH "master"
|
||||
|
||||
set OMF_FISH_MIN_VER 2 1 0
|
||||
set OMF_FISH_MIN_VER 2 2 0
|
||||
|
||||
function available -a name
|
||||
type "$name" >/dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user