diff --git a/.zshrc b/.zshrc
index 24b000c..8bb642f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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 }