dotfiles/.config/fish/functions/gpt.fish

4 lines
94 B
Fish

function gpt --wraps='tgpt -i' --description 'alias gpt=tgpt -i'
tgpt -i $argv
end