diff options
| author | ryukamish <[email protected]> | 2026-06-25 13:47:14 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-25 13:47:14 +0530 |
| commit | d82cf85ef208c35d55befd970ee5376296313ad5 (patch) | |
| tree | 72561aa18c4b2aebfe74fdedf90fbd3a78114786 | |
| parent | 118f7db2ce7ec00ac94917f8c5a97c28b6387728 (diff) | |
add: local bin path export
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ export XDG_PICTURES_DIR="${HOME}/pictures" export XDG_VIDEOS_DIR="${HOME}/videos" export PATH="$PATH:$HOME/.cargo/bin" +export PATH="$PATH:$HOME/.local/bin" export EDITOR="nvim" |
