summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile1
1 files changed, 1 insertions, 0 deletions
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"