But when I run it, it did not show the beautiful colors as your terminal. For example, in your terminal windows, characters with light blue color dedicate it is a directory and “master” shows as green color.
In my terminal windows, all the characters are white color.
How to change it? Thanks
]]>Could replace
1 2 3 | DISPLAYS=`defaults read net.sourceforge.iTerm Displays | sed "s/}$//"` DISPLAYS+=$PASTEL DISPLAYS+="}" |
with something like this:
1 2 | DISPLAYS=`defaults read net.sourceforge.iTerm Displays | sed "s/}$//"` DISPLAYS="$DISPLAYS$PASTEL}" |
?
]]>Looks like you need to change keyboard profile in “Profile” window
]]>However, after running the script my delete button output ~ (tilde) instead of deleting.
]]>1 2 3 | ./pastel.sh: line 132: DISPLAYS+="Pastel": command not found ./pastel.sh: line 133: DISPLAYS+=}: command not found 2009-09-11 10:47:29.532 defaults[840] Could not parse: { |
could you give me a hint?
Thanks!
]]>While using your setting, it works well.
http://picasaweb.google.com/jamolin/Question#5367626492820509442
But if I use the setting “Default” on localhost, the colour becomes very strange.
http://picasaweb.google.com/jamolin/Question#5367626508010770914
However, I use “Default” on remote machine by ssh, it returns to a normal looks as Fig.1
Do you have any ideal about fixing the problem.
Thanks