diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh index da62d73..7b51529 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -29,7 +29,6 @@ export PATH=~/.local/bin:$PATH export EDITOR=vi export PATH="$DOTFILES/scripts/:$PATH" -export PATH="$DOTFILES/encrypted/scripts/:$PATH" export INPUTRC=~/.inputrc export CACHE_DIR="$HOME/ownCloud/cache" export PATH="$HOME/dev/libre/website/:$PATH" |