mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-02 16:18:44 +00:00
4 lines
131 B
Fish
4 lines
131 B
Fish
|
function fish_config --description "Launch fish's web based configuration"
|
||
|
eval $__fish_datadir/tools/web_config/webconfig.py
|
||
|
end
|