You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say to save it to $XDG_CACHE_HOME/create-node-cli and only fallback if $XDG_CACHE_HOME is not set.
The fallback should be rather $HOME/.cache than $HOME/.history.
Where does history come from? Is that some specification I don't know about?
The text was updated successfully, but these errors were encountered:
mstruebing
added a commit
to mstruebing/create-node-cli
that referenced
this issue
May 22, 2021
History is currently saved to
$HOME/.history
.However, there is a specification which should be payed attention to.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
I would say to save it to
$XDG_CACHE_HOME/create-node-cli
and only fallback if$XDG_CACHE_HOME
is not set.The fallback should be rather
$HOME/.cache
than$HOME/.history
.Where does
history
come from? Is that some specification I don't know about?The text was updated successfully, but these errors were encountered: