Ho provato a cambiare i colori in Terminale seguendo questa guida:
http://voidcanvas.com/ubuntu-like-mac-terminal/
Ho creato il file bash_profile, il terminale salvato e abbandonato. Ora quando apro Terminal, ottengo questo
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
->> $
l'ultima riga è cambiata nell'editor di testo di StackExchange, non capisco perché per favore guarda la foto caricata qui sotto - questo è come appare nel mio terminale
Ho cancellato bash_profile e continuo a ottenere lo stesso.
Ognicomandochescrivoèseguitoda:
-bash: git:commandnotfound-bash:gt:commandnotfound-bash:/dev/null:Permissiondenied
Cosadevofareperfermarlo?
Aggiornamentodaicommenti:eccocosahoinseritonelfile.
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 $ "