diff --git a/common_functions.go b/common_functions.go index ccfcb80..4a0cc53 100644 --- a/common_functions.go +++ b/common_functions.go @@ -69,7 +69,7 @@ COPYRIGHT: {{end}} ` app.Usage = "Syntax highlighter to cover all your shell needs" - app.Version = "0.21.9" + app.Version = "0.21.15" app.EnableBashCompletion = true cli.VersionFlag = cli.BoolFlag{ Name: "print-version, V", diff --git a/utils/functions.rc b/utils/functions.rc index 60deded..00d584e 100644 --- a/utils/functions.rc +++ b/utils/functions.rc @@ -59,7 +59,7 @@ if command -v zaje > /dev/null 2>&1 ; then route() { BIN="route" - $(which $BIN) "$@" | zaje -l $BIN - + $(which $BIN) "$@" | zaje -l $BIN } traceroute()