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 think there is a tension between Oils working the same everywhere, and having each distro customize it
I think the main thing that is local to a distro is completion of commands that are available, but based on my experience with bash-completion it is hard to get that right ...
I think fish does a bit better -- as far as I remember, they have a Python script that scrapes man pages, and generates .fish files in a directory that can be loaded at runtime
I'm not sure how distros actually integrate that, but I'd be interested in finding out
Just wanted to mention that distros can ship default configuration files, with the option to not overwrite user changes, eg https://docs.fedoraproject.org/en-US/packaging-guidelines/#_configuration_files.
Since bash has minimal default config files and I see you’ve made a start here https://github.com/oils-for-unix/oils/wiki/How-To-Test-OSH#my-oshrc-file, maybe at some point it’d be good idea to formalise this into a default
oshrc
?The text was updated successfully, but these errors were encountered: