added nomatch option
This commit is contained in:
parent
552b39b48f
commit
fb3409573a
2
.zshrc
2
.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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user