This repo contains a set of scripts to constantly refresh the shell environment. At launch, every file in the install directory is sourced. Every return on the command prompt after, the prompt checks for files with newer modification times from its environment and sources any that have changed. This works across multiple sessions.
-
Clone the repository.
-
Run
./install.sh
from the repository directory. -
Enjoy (hopefully)!
./install.sh [-s] [<installdir>]
-s | --silent | Run the installer silently. |
Set the installation directory (Default: .bash.d ) |