zshrc: add .zshenv
This commit is contained in:
parent
dfcc4d85d8
commit
43ea6d036e
1 changed files with 4 additions and 1 deletions
|
@ -215,4 +215,7 @@ remindperms () {
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
if [[ -f "$HOME/.zshenv" ]]; then
|
||||||
|
source ~/.zshenv
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue