read env variables

This commit is contained in:
Noah Masur 2021-03-28 17:29:31 -04:00
parent 30b9a70c34
commit 203377f663

View File

@ -0,0 +1,3 @@
function envs --description 'Set from a bash environment variables file'
set -gx (cat $argv | tr "=" " " | string split ' ')
end