#[ -z "$PS1" ] && return
export PS1="\e[1;31mMint-FM2 >> \[\033[00m\]"
source $MINTFM2ROOT/systemConfig
source $MINTFM2ROOT/functionLibrary
source $MINTFM2ROOT/debugLibrary
loadEssentials
declare -r DBG="ON"
alias ls='ls --color=auto'
set show-all-if-ambiguous on
eval `dircolors -b`
export GREP_COLOR="1;33"
alias grep='grep --color=auto'
detachPath
declare -x HISTFILE="$WDIR/.mint-fm2_history"
clear
welcomeMsg
