zeesh/modules/env.zsh

2 lines
60 B
Bash
Raw Normal View History

2022-12-06 13:34:16 -08:00
export PATH="${HOME}/.local/bin:${PATH}"
export EDITOR="vim"