6 lines
165 B
Fish
Executable File
6 lines
165 B
Fish
Executable File
#!/usr/bin/env fish
|
|
|
|
function fish_ai_switch_context --description "Interactively switch to a different context."
|
|
"$_fish_ai_install_dir/bin/switch_context"
|
|
end
|