diff options
author | listout <listout@protonmail.com> | 2022-03-06 23:44:53 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-06 23:44:53 +0530 |
commit | aeafc830a650d6ca0389ff43302a0454f2f1a05c (patch) | |
tree | a320e9b1a15716f6d40fea25a2aec53ff937c40a /.zshenv | |
parent | 0f2f3fa101295928399cb22eb68f37cdeef69270 (diff) |
/home/gogo/.local/bin in path
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ export XDG_STATE_HOME=$HOME/.local/state # fnm export PATH=/home/gogo/.fnm:$PATH +export PATH=/home/gogo/.local/bin:$PATH eval "`fnm env`" export EDITOR=/usr/bin/nvim |