From ac39ac630c0feab38b2f8a05b49d2feff9ed0147 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 17 Dec 2019 13:36:57 -0300 Subject: Bump to 0.17.0 --- navi | 2 +- src/ui.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/navi b/navi index 3288efa..d58d2c0 100755 --- a/navi +++ b/navi @@ -4,7 +4,7 @@ set -euo pipefail export NAVI_HOME="$(cd "$(dirname "$0")" && pwd)" source "${NAVI_HOME}/src/main.sh" -VERSION="0.16.0" +VERSION="0.17.0" NAVI_ENV="${NAVI_ENV:-prod}" opts::eval "$@" diff --git a/src/ui.sh b/src/ui.sh index 388d3d9..6716c75 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -20,7 +20,7 @@ ui::fzf() { ui::select() { local -r cheats="$1" - [[ "$SHELL" =~ 'fish' ]] || local -r sub='$' + [[ "${SHELL:-}" =~ 'fish' ]] || local -r sub='$' local -r script_path="${NAVI_HOME}/navi" local -r preview_cmd="\"${script_path}\" preview ${sub:-}(echo \'{}\' | $(arg::serialize_code))" @@ -95,4 +95,4 @@ ui::print_preview() { printf " \033[${tag_color}m["; echo -n "$tags"; echo "]" printf "\033[${snippet_color}m" echo "$snippet" | ui::remove_dep_order -} \ No newline at end of file +} -- cgit v1.2.3