From bfdce1cfcd264a1f5f070e31784b11914d4d11d1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Jan 2019 11:07:54 -0200 Subject: Add bin/ to $PATH. --- bash/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/env.sh b/bash/env.sh index 5a09663..f768173 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -35,6 +35,7 @@ export PATH="$DOTFILES/encrypted/scripts/:$PATH" export INPUTRC=~/.inputrc export CACHE_DIR="$HOME/Nextcloud/cache" export PATH="$HOME/dev/libre/website/:$PATH" +export PATH="$DOTFILES/bin:$PATH" -- cgit v1.2.3