From fb3409573ab5b665fc30ed4c9413c713d1b84cea Mon Sep 17 00:00:00 2001 From: tracer Date: Sat, 9 Jan 2021 16:03:54 +0100 Subject: [PATCH] added nomatch option --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index c2c9ed4..64b3131 100644 --- a/.zshrc +++ b/.zshrc @@ -18,6 +18,8 @@ alias lr="lsd -ltr" alias ll="lsd -la" setopt PROMPT_SUBST export PROMPT='$(cdbm -add)'$PROMPT +unsetopt nomatch + function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; } function pb() { echo "$1" | nc pastebin.24unix.net 9999 }