mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
12 lines
191 B
Bash
12 lines
191 B
Bash
#
|
|
# 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"
|