diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-12 21:31:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-12 21:31:40 +0530 |
commit | 1ff61073b150e9f124859415ae9be9a418f35821 (patch) | |
tree | 492b1738761fba1ae26b2f2699704f7fb40c1d03 | |
parent | 0491fdd602789884dd0bed88255adc24b4d1324c (diff) |
changed the default path for my scripts
-rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index f5ee04b..5e33606 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -9,10 +9,9 @@ bindkey -v # paths # export PATH=/:$PATH export PATH=/zt/Docs/Go:$PATH -export PATH=/home/zt/.config/scripts:$PATH +export PATH=/home/zt/.scripts:$PATH export PATH=/zt/Programs:$PATH export PATH=/home/zt/.local/bin:$PATH -export PATH=/zt/Docs/GoMinder:$PATH export PATH=/usr/local/bin:$PATH export PATH=/home/zt/.emacs.d/bin:$PATH |