update helix editor to 22.08.1
This commit is contained in:
@@ -6,7 +6,7 @@ source "${BOOTSTRAP_LIB}/helpers"
|
|||||||
|
|
||||||
APPS_DIR="${HOME}/apps"
|
APPS_DIR="${HOME}/apps"
|
||||||
|
|
||||||
VERSION="22.05"
|
VERSION="22.08.1"
|
||||||
INSTALL_DIR="${APPS_DIR}/helix"
|
INSTALL_DIR="${APPS_DIR}/helix"
|
||||||
INSTALLED_VERSION=""
|
INSTALLED_VERSION=""
|
||||||
|
|
||||||
@@ -44,3 +44,9 @@ ln -s --force "${INSTALL_DIR}/hx" "${HOME}/.local/bin/"
|
|||||||
|
|
||||||
echo "Removing ${TARGET}..."
|
echo "Removing ${TARGET}..."
|
||||||
rm -f "${TARGET}"
|
rm -f "${TARGET}"
|
||||||
|
|
||||||
|
echo "Fetching new grammars"
|
||||||
|
hx --grammar fetch
|
||||||
|
|
||||||
|
echo "Building new grammers"
|
||||||
|
hx --grammar build
|
||||||
|
|||||||
Reference in New Issue
Block a user