aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshenv
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-03 20:49:12 +0900
committernsfisis <nsfisis@gmail.com>2022-12-03 20:49:12 +0900
commitdf06097b172941658542551a78295e2f714ea1af (patch)
tree1faa692ffe75235aee2a3dde112fc66929fbed66 /.zshenv
parent8a2d2f8c1147ec00b9a1a86e5af48037cc4bec37 (diff)
downloaddotfiles-df06097b172941658542551a78295e2f714ea1af.tar.gz
dotfiles-df06097b172941658542551a78295e2f714ea1af.tar.zst
dotfiles-df06097b172941658542551a78295e2f714ea1af.zip
zsh: update $PATH setting
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"