aboutsummaryrefslogtreecommitdiff
path: root/yash
Commit message (Collapse)AuthorAgeFilesLines
* Clear away all aliases for interactive shellsTom Ryder2017-01-251-0/+5
| | | | | | | | | Some systems like OpenBSD or Slackware set up well-meaning aliases that I don't want. We do this for Bash, Yash, and Zsh, but not for Ksh, because it looks like its implementations all variously use aliases to implement some POSIX builtins like fc(1) or type(1) in terms of their own builtins.
* Add yashrc.d and ver() funcTom Ryder2016-12-192-0/+10
|
* Add very basic Yash supportTom Ryder2016-08-312-0/+5
I know almost nothing about Yash yet, but reading the manual page on its startup behaviour implies a little coaxing is necessary to make it play nicely with my file layout.