env changes

This commit is contained in:
Nicole O'Connor
2022-12-06 13:34:16 -08:00
parent 765d3a6ee6
commit 8aa9b68189
2 changed files with 3 additions and 0 deletions

2
modules/env.zsh Normal file
View File

@@ -0,0 +1,2 @@
export PATH="${HOME}/.local/bin:${PATH}"
export EDITOR="vim"