Closed ccqpein closed 3 months ago
(setq shell-maker-transcript-default-path "~/My/favourite/path")
should work for any shell depending on shell-maker
. Does it work for you in chatgpt-shell
?
I've been slowly moving chatgpt-shell things into shell-maker, though I need to figure out what's the best strategy to expose shell-maker settings to its clients also.
Yes, that’s what I do for now. Just would be more clear if the shell-maker-transcript-default-path has its own alias in chatgpt-shell.
Just minor suggestion. no need to change.
It looks like
chatgpt-shell
is using theshell-maker-save/restore-session-transcript
functions and it checks theshell-maker-transcript-default-path
. Could we export this setting tochatgpt-shell
so that I can customize the path through configuration?P.S.: Since
chatgpt-shell
requiresshell-maker
, I can define the setting inshell-maker
. If you think it's unnecessary, that's fine with me too.