bash/BASHRC_ADDON

6 lines
166 B
Plaintext

# 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