Move environment variables into separate files per program/language

This commit is contained in:
crater2150 2019-02-11 16:05:04 +01:00
parent 6d287ef6d0
commit c9b5475e41
8 changed files with 17 additions and 49 deletions

1
env/10_path.zsh vendored Normal file
View file

@ -0,0 +1 @@
export PATH="$PATH:$HOME/.local/bin"