summaryrefslogtreecommitdiffstats
path: root/src/ui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.sh')
-rw-r--r--src/ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.sh b/src/ui.sh
index 1395383..6716c75 100644
--- a/src/ui.sh
+++ b/src/ui.sh
@@ -23,7 +23,7 @@ ui::select() {
[[ "${SHELL:-}" =~ 'fish' ]] || local -r sub='$'
local -r script_path="${NAVI_HOME}/navi"
- local -r preview_cmd="\"${script_path}\" preview ${sub:-}(echo \'{}\' | $(arg::serialize_code) 2> /dev/null)"
+ local -r preview_cmd="\"${script_path}\" preview ${sub:-}(echo \'{}\' | $(arg::serialize_code))"
local -r query="$(dict::get "$OPTIONS" query)"
local -r entry_point="$(dict::get "$OPTIONS" entry_point)"