Removes echo on envsource
This commit is contained in:
parent
8b9e750908
commit
26746d6492
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
for line in (cat $argv | grep -v '^#')
|
for line in (cat $argv | grep -v '^#')
|
||||||
set item (string split -m 1 '=' $line)
|
set item (string split -m 1 '=' $line)
|
||||||
set -gx $item[1] $item[2]
|
set -gx $item[1] $item[2]
|
||||||
echo "Exported key $item[1]"
|
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
fish_greeting = "fortune -a";
|
fish_greeting = "fortune -a";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue