mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:00:43 +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
|