chore: add directory to path

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-11 03:01:11 -06:00
parent 45532bd4ce
commit f1dffb916c
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ export PATH="$DENO_INSTALL/bin:$PATH"
# Set Default Editor
export EDITOR="/usr/bin/nvim"
# Add ~/.local/bin to PATH
export PATH="$HOME/.local/bin:$PATH"