aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index 424be0a..9aa9d62 100644
--- a/.zshenv
+++ b/.zshenv
@@ -8,3 +8,7 @@ export XDG_STATE_HOME="$HOME/.local/state"
export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
# SQLite
export SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history"
+
+
+# Path
+export PATH="$HOME/bin:$HOME/.local/bin:$PATH"