config/bash
2017-03-17 15:36:31 -07:00
..
2line_prompt.sh Reorganize bash_aliases entirely, add some readme. 2017-03-17 15:36:31 -07:00
emacs.sh Reorganize bash_aliases entirely, add some readme. 2017-03-17 15:36:31 -07:00
misc_aliases.sh Reorganize bash_aliases entirely, add some readme. 2017-03-17 15:36:31 -07:00
README.md Reorganize bash_aliases entirely, add some readme. 2017-03-17 15:36:31 -07:00

Snippets you can source from your .bash_profile.

To install them all, copy them to ~/.bash.d and add this to your shell init script:

for partial in $(ls ~/.bash.d/*.sh); do
  source $partial
done