mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
read env variables
This commit is contained in:
3
fish.configlink/functions/envs.fish
Normal file
3
fish.configlink/functions/envs.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function envs --description 'Set from a bash environment variables file'
|
||||
set -gx (cat $argv | tr "=" " " | string split ' ')
|
||||
end
|
Reference in New Issue
Block a user