summaryrefslogtreecommitdiffstats
path: root/sysz
diff options
context:
space:
mode:
Diffstat (limited to 'sysz')
-rwxr-xr-xsysz5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysz b/sysz
index 9aa25f4..12fa509 100755
--- a/sysz
+++ b/sysz
@@ -3,8 +3,8 @@
shopt -s lastpipe
shopt -s extglob
-SYSZ_VERSION=1.2.3
-
+PROG=$(basename "$0")
+SYSZ_VERSION=1.3.0
SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history}
_sysz_keys() {
@@ -21,7 +21,6 @@ EOF
}
_sysz_help() {
- PROG=$(basename "$0")
cat >&2 <<EOF
A utility for using systemctl interactively via fzf.