New comment by atweiden on void-packages repository https://github.com/void-linux/void-packages/pull/36165#issuecomment-1068754834 Comment: > If we have bash as sh and vim as vi If Neovim can be Vim, Bash can be Dash. ```bash # Template file for 'dash' alternatives=" sh:sh:/usr/bin/dash sh:sh.1:/usr/share/man/man1/dash.1" # Template file for 'bash' alternatives=" sh:sh:/usr/bin/bash sh:sh.1:/usr/share/man/man1/bash.1" # Template file for 'neovim' alternatives=" vi:vi:/usr/bin/nvim vi:vi.1:/usr/share/man/man1/nvim.1 ``` The above would be logically consistent.