mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
15 lines
282 B
Bash
15 lines
282 B
Bash
#
|
|
# Bash Init
|
|
#
|
|
|
|
# Deterimine current directory
|
|
DOTBASH="$DOTSHELL/bash"
|
|
|
|
# bash-completion
|
|
if [ -f /usr/local/etc/bash_completion ]; then
|
|
source /usr/local/etc/bash_completion
|
|
fi
|
|
|
|
source "$DOTBASH/prompt.sh"
|
|
# source "$DOTBASH/bash-ido.sh" # Disabled for making life complicated
|