Closed anki-code closed 3 years ago
Hi! Great xontrib!
https://github.com/Granitosaurus/xonsh-autoxsh/blob/3ea86ecd9112dfa6aef544b51bad81abb67b590a/xontrib/autoxsh.xsh#L2-L3
It will be good:
$XONSH_DATA_DIR
/home/user/.local/share/xonsh/
XDG_DATA_HOME
xontrib_autoxsh_ignore
.autoxonsh_ignore
Thanks!
PR #8
Hi! Great xontrib!
https://github.com/Granitosaurus/xonsh-autoxsh/blob/3ea86ecd9112dfa6aef544b51bad81abb67b590a/xontrib/autoxsh.xsh#L2-L3
It will be good:
$XONSH_DATA_DIR
(i.e./home/user/.local/share/xonsh/
, it'sXDG_DATA_HOME
) to saving data.xontrib_autoxsh_ignore
instead of.autoxonsh_ignore
to make it visible and sane.Thanks!