mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
read env variables
This commit is contained in:
parent
30b9a70c34
commit
203377f663
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
|
Loading…
Reference in New Issue
Block a user