Skip to content

Bash scripts for auto-refreshing/auto-growing shell script directory

License

Notifications You must be signed in to change notification settings

jrittenh/bash_magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-refreshing bash shell

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.

Installation

  1. Clone the repository.

  2. Run ./install.sh from the repository directory.

  3. Enjoy (hopefully)!

Usage

./install.sh [-s] [<installdir>]

Parameters

-s --silent Run the installer silently.
Set the installation directory (Default: .bash.d)

About

Bash scripts for auto-refreshing/auto-growing shell script directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages