Abort Trap: 6 bash / cd

0

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                    
pregunta virus.cmd 20.10.2016 - 20:30

1 respuesta

0

El problema parece deberse al comando z (

Informaré del error lo antes posible.

    
respondido por el virus.cmd 21.10.2016 - 19:31

Lea otras preguntas en las etiquetas