diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-26 23:41:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-26 23:41:12 +0530 |
commit | 4eb5ec205670c05b4ece734ba5780d6e0f5107de (patch) | |
tree | 63b81263152a4919842ce1ff2b74461f8e74246f | |
parent | f38433f6b5f88d6e998fc5c9a0ff6733d6596d99 (diff) |
update emacs path
-rw-r--r-- | .config/zsh/.zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 28b7330..612d5ee 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -8,7 +8,7 @@ export PAGER="bat" export PATH=$HOME/.scripts:$PATH export PATH=$HOME/.local/bin:$PATH -export PATH=$HOME/.emacs.d/bin:$PATH +export PATH=$HOME/.config/emacs/bin:$PATH export PATH=/usr/local/bin:$PATH |