summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-03-27 14:56:37 -0500
committerJesse Luehrs <doy@tozt.net>2010-03-27 14:56:37 -0500
commit29f91c89f56a2f34ac9a7607e250ea9470d772a9 (patch)
tree2b13fb2e5eb8899337a20b995e300d51acdfb97a /bashrc
parentb27c8720dfecb2b0f14670aede138a323a6f0b14 (diff)
downloadconf-29f91c89f56a2f34ac9a7607e250ea9470d772a9.tar.gz
conf-29f91c89f56a2f34ac9a7607e250ea9470d772a9.zip
prefer not using pastie by default, it is mildly broken
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 65a37c4..97402fe 100644
--- a/bashrc
+++ b/bashrc
@@ -23,6 +23,7 @@ export TEXINPUTS=".:${HOME}/conf/tex:"
export NHBOT_DARCS_AUTHOR="doy@tozt.net"
export NHBOT_PUBLIC_REPO_BASE="http://tozt.net/code/"
export LESS='-QR'
+export NOPASTE_SERVICES="PastebinCom Rafb Shadowcat Pastie Husk"
[ -x `which git` ] && export GIT_EXEC_PATH="${HOME}/.bin/git:"`git --exec-path`
[ -x /usr/bin/lesspipe ] && export LESSOPEN='|/usr/bin/lesspipe %s'
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN='|/usr/bin/lesspipe.sh %s'