diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-19 19:15:57 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-05-19 19:15:57 +0200 |
commit | 505f2f534ffc5e34049ae5226f861c99f7e4bb11 (patch) | |
tree | 1a980f5cc9743c4a9bb5934eb11dbe6a59a75e3d /bashrc | |
parent | ef9a7ea9725be7d24e416a0427c527a1f165b449 (diff) | |
download | dotfiles-505f2f534ffc5e34049ae5226f861c99f7e4bb11.tar.gz dotfiles-505f2f534ffc5e34049ae5226f861c99f7e4bb11.tar.bz2 dotfiles-505f2f534ffc5e34049ae5226f861c99f7e4bb11.zip |
simple config updates
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -113,7 +113,9 @@ if ! shopt -oq posix; then fi fi +shopt -s autocd + export GPGKEY="895134C5" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" - +export LD_LIBRARY_PATH=/usr/local/lib |