added pb() function

This commit is contained in:
tracer 2020-01-04 16:53:21 +01:00
parent 83a901a447
commit e4917c0fee
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -20,5 +20,5 @@ alias ll="ls -las"
setopt PROMPT_SUBST
export PROMPT='$(cdbm -add)'$PROMPT
function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; }
function pb() { echo "$1" | nc pastebin.24unix.net 9999 }