This repository contains startup and shutdown scripts for command-line shells that do not implement the XDG Base Directory specification and instead look for startup and shutdown scripts in the user's home directory, such as:
- the GNU Bourne Again SHell (Bash);
- the Debian Almquist Shell (dash);
- the KornShell (ksh); and
- 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