6 lines
113 B
Bash
6 lines
113 B
Bash
#!/usr/bin/env fish
|
|
|
|
cat ~/.config/fish/tide_choices.fish | while read -l name value
|
|
set -U $name $value
|
|
end
|