mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
fa346cec3b
Added fish_config function to launch web config
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
|