aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-29 17:26:12 -0200
committerEuAndreh <eu@euandre.org>2018-12-29 17:26:12 -0200
commit3957ed0e16c3a2f224b7dc74dc5476ce188fe2de (patch)
tree1ee821edb8b12a52cc74efca1ceec42287a21cb2
parentComment removed autotime tests. (diff)
downloaddotfiles-3957ed0e16c3a2f224b7dc74dc5476ce188fe2de.tar.gz
dotfiles-3957ed0e16c3a2f224b7dc74dc5476ce188fe2de.tar.xz
Add website executable to $PATH.
-rw-r--r--bash/env.sh1
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"