En mi .profile, utilizo el siguiente código para asegurar que las funciones y los alias relacionados con Bash solo se obtienen si el shell de inicio de sesión es realmente Bash : # If the current (login) shell is Bash, then if [ "${BASH_VERSION:-}" ]; then # source ~/.bashrc if it exists. if [...