diff options
-rw-r--r-- | bash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index a2e4785..8ac8a25 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -34,6 +34,7 @@ export PATH="$DOTFILES/scripts/:$PATH" export PATH="$DOTFILES/encrypted/scripts/:$PATH" export INPUTRC=~/.inputrc export CACHE_DIR="~/Nextcloud/cache" +export PATH="$HOME/dev/libre/website/:$PATH" |