Merge branch 'master' of git.24unix.net:tracer/Settings

This commit is contained in:
tracer 2021-12-21 14:50:28 +01:00
commit a7e797b533
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -19,6 +19,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 }