Skip to content

docs: describes feature for executing commands at start via initrc

Florian Naumann requested to merge bool_purist/ion:manual_initrc into master

Ion supports the execution of commands at the start of interactive session. However it is not documented in the manual right now.

I find it useful to know this as an user. So one can set up vim bindings in ion by default for example ^^

Note: Ion uses xdg standard to determine the config root. See this code section.

Merge request reports