summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-14 04:22:41 -0500
committerdoy <doy@tozt.net>2009-01-14 04:22:41 -0500
commit5e1173db726417396d510a11f61cb765574e59cf (patch)
tree2b616482e3b55cdfe09a83103010b8ac5301eacb /bashrc
parent779fc4abf3786cb9452e12352120c516b5f04ff7 (diff)
downloadconf-5e1173db726417396d510a11f61cb765574e59cf.tar.gz
conf-5e1173db726417396d510a11f61cb765574e59cf.zip
add alias for nopasting to the #moose pastebot
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a8c8b33..dfc43a5 100644
--- a/bashrc
+++ b/bashrc
@@ -102,6 +102,9 @@ function opened_files {
function alert {
echo "DISPLAY=$DISPLAY xmessage -center -default okay $1" | at $2
}
+function nopaste_moose {
+ nopaste --chan=#moose --services=Shadowcat --desc="$1"
+}
# }}}
# }}}
# bash configuration {{{