Removes echo on envsource

This commit is contained in:
Dennis Schoepf 2025-01-27 23:17:23 +01:00
parent 8b9e750908
commit 26746d6492

View file

@ -18,7 +18,6 @@
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
'';
fish_greeting = "fortune -a";