This repository is meant to contain startup and shutdown scripts for command-line shells that do not implement the XDG Base Directory specification and look for startup and shutdown scripts in the user's home directory. Such shells are:
- the GNU Bourne Again SHell (Bash);
- the Debian Almquist Shell (dash);
- the KornShell (ksh);
- Zsh.
Install the scripts in this repository after cloning it and checking it out with the following command:
ln --verbose --symbolic --relative --target-directory="${HOME}" -- .bash* .kshrc .profile .zshenv