diff options
author | EuAndreh <eu@euandre.org> | 2019-05-20 21:34:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-20 21:34:02 -0300 |
commit | dd431cb7062a390f31d7247f1ce669666fc341e2 (patch) | |
tree | ce359a2654eea240959b7d430a577506e027e506 /bash | |
parent | Remove encrypted/nu/vpn/* (diff) | |
download | dotfiles-dd431cb7062a390f31d7247f1ce669666fc341e2.tar.gz dotfiles-dd431cb7062a390f31d7247f1ce669666fc341e2.tar.xz |
Remove encrypted/nu/scripts/
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" |