summarylogtreecommitdiffstats
path: root/sample.kshrc
AgeCommit message (Collapse)Author
2024-02-22Add missed autoloadable functions to installationJohnothan King
2023-03-07Make a few minor changes to the sample kshrcJohnothan 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-06Fix early return in PS1.get when pwd is /Johnothan King
2022-09-25Fix typo in sample.kshrc; update .SRCINFOJohnothan King
2022-09-24Update ksh93-git to use the ksh93u+m dev branchJohnothan 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-17ksh93-git: first commitMatthew T Hoare