added all shell configuration files

This commit is contained in:
2012-02-06 00:33:43 +00:00
parent 1eb03bd739
commit 9044b2d7af
19 changed files with 895 additions and 0 deletions

11
shell/bashrc.sh Normal file
View File

@@ -0,0 +1,11 @@
#
# Bash Init
#
# Deterimine current directory
DOTBASH="$DOTSHELL/bash"
source "$DOTBASH/helpers.sh"
source "$DOTBASH/colors.sh"
source "$DOTBASH/prompt.sh"
# source "$DOTBASH/bash-ido.sh"