mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
4 lines
133 B
Fish
4 lines
133 B
Fish
|
function envs --description 'Set from a bash environment variables file'
|
||
|
set -gx (cat $argv | tr "=" " " | string split ' ')
|
||
|
end
|