init config
Freed-Wu opened this issue · 1 comments
Freed-Wu commented
Can cling have a init config like ~/.config/cling/init.c
:
#include <stdlib.h>
Then every time user enter cling
will include <stdlib.h>
automatically, don't need to input the same code every time.
About ~/.config/cling
, See XDG.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Axel-Naumann commented
We now have .cling-init
support, see root-project/root#11262 (comment)