2013-03-28 15:34:30 +04:00
2013-03-28 15:34:30 +04:00
2012-05-18 13:46:36 +04:00
2013-03-18 17:20:18 +04:00
2012-05-18 13:46:36 +04:00
2012-05-18 13:46:36 +04:00
2012-05-18 13:46:36 +04:00
2012-05-18 13:46:36 +04:00
2012-05-18 13:46:36 +04:00
2012-05-18 13:46:36 +04:00

# Create ~/.bash_profile

[[ -f ~/.bashrc ]] && . ~/.bashrc

# Create ~/.bashrc file with contents below.

#!/bin/bash

BDOTDIR=~/.bash

source $BDOTDIR/constants.sh
for rc in $BDOTDIR/*.sh
do
    source $rc
done
unset rc
Description
My Bash config
Readme 54 KiB
Languages
Shell 100%