summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 03:16:04 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-08 03:16:04 -0500
commit449f33ec721d4b3a805eb597d9bb308ce0466898 (patch)
tree43508fb9f17e7ac1a740f72264f8b1555b3e25e3 /bashrc
parent66889c67d666aced405d82ac8d65db26a9876013 (diff)
downloadconf-449f33ec721d4b3a805eb597d9bb308ce0466898.tar.gz
conf-449f33ec721d4b3a805eb597d9bb308ce0466898.zip
add my TEXINPUTS to my bashrc
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 0b139d4..2496286 100644
--- a/bashrc
+++ b/bashrc
@@ -104,6 +104,7 @@ export DARCS_SCP='/home/doy/bin/scp'
export DARCS_SFTP='/home/doy/bin/sftp'
export PERL5LIB='/home/doy/.perl/:/home/doy/.perl/lib/perl5/site_perl/5.8.8/i686-linux/'
export CVS_RSH='ssh'
+export TEXINPUTS=".:~/writing:"
# }}}
# external files {{{
[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion