feat: revamp
This commit is contained in:
parent
40c6e1c4b0
commit
f56d076f52
32 changed files with 127 additions and 831 deletions
7
fish/conf.d/envsource.fish
Normal file
7
fish/conf.d/envsource.fish
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function envsource
|
||||
for line in (cat $argv | grep -v '^#')
|
||||
set item (string split -m 1 '=' $line)
|
||||
set -gx $item[1] $item[2]
|
||||
echo "Exported key $item[1]"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue