Added the envman

This commit is contained in:
Marcin Woźniak 2022-04-28 14:01:35 +02:00
parent 848ad9e50f
commit 3dc049d678

3
.zshrc
View File

@ -138,3 +138,6 @@ fi
# Resolve problem with
# zsh: no matches found
setopt +o nomatch
# Generated for envman. Do not edit.
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"