dotfiles/run_once_after_install.sh
Anton Volnuhin 59d5b6fc35 tide config
2023-05-27 09:46:49 +03:00

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