dotfiles/fish.configlink/functions/envs.fish

4 lines
133 B
Fish
Raw Normal View History

2021-03-28 21:29:31 +00:00
function envs --description 'Set from a bash environment variables file'
set -gx (cat $argv | tr "=" " " | string split ' ')
end