chore: add directory to path
This commit is contained in:
parent
45532bd4ce
commit
f1dffb916c
3
.zshenv
3
.zshenv
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user