diff options
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 |