From 6428f3cfbadb1be0e3958658f6e25f6d20b57382 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 28 Jul 2020 13:57:58 +0100 Subject: Add long-awaited PATH for scripts --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index c117751..8b3303a 100644 --- a/.zprofile +++ b/.zprofile @@ -8,6 +8,7 @@ export VISUAL=nvim # Exports to move certain files around export LESSHISTFILE="-" export PASSWORD_STORE_DIR="$HOME/vault/pass" +export PATH="$PATH:$HOME/.local/bin" export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" -- cgit v1.2.3