mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
added all shell configuration files
This commit is contained in:
11
shell/bashrc.sh
Normal file
11
shell/bashrc.sh
Normal 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"
|
||||
Reference in New Issue
Block a user