dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 36ad1df783b423f9f170a8e701529f72e3ea0c88
parent 97a437f9fc9fbb33d704bfa235c260515a7f1cce
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 19 Oct 2014 14:26:22 -0700

Bash: Source edium.sh

Diffstat:
bashrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -98,6 +98,7 @@ if [ "$TERM" == "xterm" ]; then fi # load other files +source ~/dotfiles/bin/edium.sh source ~/dotfiles/bin/colors.sh source ~/dotfiles/bin/git-prompt.sh source ~/dotfiles/bin/z.sh