bash/BASHRC_ADDON

6 lines
166 B
Plaintext
Raw Normal View History

2020-01-26 17:20:02 +01:00
# You may want to put all your additions into a folder file like
# ~/.bash, instead of adding them here directly.
for file in ~/.bash/enabled/*.sh; do
. $file
done