mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +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
|