Vorrei che i comandi che ho digitato (input) nel terminale si distinguessero da tutto l'output.
Per esempio:
imac: ~ buster $ chmod -R gw myfolder
imac: ~ buster $ cd myfolder
imac: myfolder buster $ ls -l
total 0
drwxr-xr-x 9 root admin 306 apr 20 2010 bin
drwxr-xr-x 7 root admin 238 apr 20 2010 include
drwxr-xr-x 73 root admin 2482 18 maggio 17:16 lib
drwxr-xr-x 6 root admin 204 20 aprile 2010 man
imac: myfolder buster $ echo Go Giants!
Go Giants!
balzi audaci alla mente, ma accetterei un colore o anche evidenziando l'intera linea ...
Sono sicuro che c'è un modo per farlo, ma non è ovvio per me ...
Grazie!
~/.bash_profile
, ma~/.bashrc
(o entrambi, se non provieni.bashrc
da.bash_profile
). Queste impostazioni devono essere configurate per ogni istanza interattiva di bash e.bash_profile
vengono lette solo dalle shell di login.