Intenté cambiar los colores en la Terminal siguiendo esta guía:
http://voidcanvas.com/ubuntu-like-mac-terminal/
Creé el archivo bash_profile, guardé y salí de Terminal. Ahora cuando abro la Terminal me sale esto
Last login: Mon Oct 17 01:36:24 on ttys000
-bash: : command not found
-bash: : command not found
-bash: git: command not found
-bash: gt: command not found
-bash: /dev/null: Permission denied
->> $
la última línea se modificó en el editor de texto de StackExchange, no entiendo por qué, por favor, mire la foto cargada a continuación, así es como se ve en mi terminal
He eliminado bash_profile y sigo teniendo el mismo.
Acadacomandoqueescribolesigue:
-bash: git:commandnotfound-bash:gt:commandnotfound-bash:/dev/null:Permissiondenied
¿Quédebohacerparadetenerlo?
Actualizacióndeloscomentarios:Estoesloquepuseenelarchivo.
exportCLICOLOR=1exportLSCOLORS=GxBxCxDxexegedabagacedparse_git_branch(){gitbranch2>/dev/null|sed-e'/^[^*]/d'-e's/*(.*)/()/'}exportPS1="\e[0;35m->> \e[1;34m\W\e[0;32m\$(parse_git_branch)\e[0;37m $ "