Después de cd'ing me sale el error "Abort Trap: 6". Esto continúa después de cada comando a partir de entonces.
Versión Bash: GNU bash, versión 4.4.0 (1) -release (x86_64-apple-darwin16.0.0)
Actualizar
el problema persiste después de reiniciar, cerrar sesión y generar un nuevo shell
.bash_profile
#[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
##
# Your previous /Users/austin/.bash_profile file was backed up as /Users/austin/.bash_profile.macports-saved_2015-11-19_at_16:17:31
##
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
source /Users/austin/git_projects/biohitech-bash-tools/bash_profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
~ / .bashrc
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
source /Users/austin/git_projects/bash_profile/profile
Archivos de origen en .bash_profile
export PS1='3[1;0;32m