X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=zoxide%2Finstall.sh;fp=zoxide%2Finstall.sh;h=c9383b68f9001e1a1a3bab666048e4d1c2ab5732;hp=2111e3b45bc5a642202b59c62676a1b475d87129;hb=ca7a838c6fde6052124947ff442aa9e6056f5e28;hpb=704265583cff80363fec60c4088f5b91f6d98bd0 diff --git a/zoxide/install.sh b/zoxide/install.sh index 2111e3b..c9383b6 100644 --- a/zoxide/install.sh +++ b/zoxide/install.sh @@ -33,7 +33,7 @@ function __init_zoxide() { # zoxide v0.5.0-31-g8452961 # This trims it down to just the version number: # 0.5.0 - zoxide --version 2>/dev/null | head -n 1 | cut -d '-' -f 1 | cut -b '9-' + zoxide --version 2> /dev/null | head -n 1 | cut -d '-' -f 1 | cut -b '9-' } # shellcheck disable=SC2016