dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit d82cf85ef208c35d55befd970ee5376296313ad5
parent 118f7db2ce7ec00ac94917f8c5a97c28b6387728
Author: ryukamish <[email protected]>
Date:   Thu, 25 Jun 2026 13:47:14 +0530

add: local bin path export

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -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"