1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

zsh: added local node_modules to path

This commit is contained in:
Ryan Kes 2022-06-11 15:15:48 +02:00
parent fd747783a6
commit 344c010895

View File

@ -14,6 +14,9 @@ path_if_exists ~/.local/share/doom/bin
path_if_exists ~/.local/share/go/bin path_if_exists ~/.local/share/go/bin
path_if_exists ~/.local/share/cargo/bin path_if_exists ~/.local/share/cargo/bin
# Add local node_modules
export PATH="./node_modules/.bin/:$PATH"
# Set GPG TTY # Set GPG TTY
export GPG_TTY="$(tty)" export GPG_TTY="$(tty)"