Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | Add missed autoloadable functions to installation | Johnothan King | |
2023-03-07 | Make a few minor changes to the sample kshrc | Johnothan King | |
sample.kshrc: - Only run id(1) once and store the result in ${euid}, which avoids running the id command every time the PS1 prompt is printed. While this optimization is minor and likely won't have a noticable effect for everyone, on my own machine this change removes a small (and annoying) delay after pressing the Enter key at an empty prompt. - Set .sh.value instead of PS1 in the PS1.get discipline function. (This change is purely for stylistic reasons.) | |||
2022-10-06 | Fix early return in PS1.get when pwd is / | Johnothan King | |
2022-09-25 | Fix typo in sample.kshrc; update .SRCINFO | Johnothan King | |
2022-09-24 | Update ksh93-git to use the ksh93u+m dev branch | Johnothan King | |
Currently, the only actively maintaned fork of ksh93 is ksh93u+m. This commit updates the ksh93-git AUR package to use 93u+m's dev branch. Other changes: - Support for pfksh was removed from ksh93u+m, so drop that from the AUR package. - Add support for rksh and ksh93 to /etc/shells. - Update the example kshrc for use with ksh93u+m (I've made sure that it remains backward compatible with ksh93u+ and ksh2020, should anyone happen to use an older version of ksh). | |||
2017-12-17 | ksh93-git: first commit | Matthew T Hoare | |