fish-shell/share/functions/fish_config.fish

4 lines
131 B
Fish
Raw Normal View History

function fish_config --description "Launch fish's web based configuration"
eval $__fish_datadir/tools/web_config/webconfig.py
end