mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
fa346cec3b
Added fish_config function to launch web config
3 lines
131 B
Fish
3 lines
131 B
Fish
function fish_config --description "Launch fish's web based configuration"
|
|
eval $__fish_datadir/tools/web_config/webconfig.py
|
|
end
|