diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-04-23 23:16:10 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-04-23 23:16:10 +0200 |
commit | 50abfa786ea2986dda508f080476284b4bad7da3 (patch) | |
tree | 0e968a2a39516f67f6248c7e8f7413f69e561924 /bashrc | |
parent | 00d0dfb24d415af4e9eb7d7fa1cb4ac34be7e6c5 (diff) | |
download | dotfiles-50abfa786ea2986dda508f080476284b4bad7da3.tar.gz dotfiles-50abfa786ea2986dda508f080476284b4bad7da3.tar.bz2 dotfiles-50abfa786ea2986dda508f080476284b4bad7da3.zip |
Removed unneeded gunk.
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,6 +114,6 @@ if ! shopt -oq posix; then fi export GPGKEY="895134C5" -export PATH="$HOME/bin:$PATH" +export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" |