Posts: 2,581
Threads: 453
Joined: Jan 2022
Reputation:
0
Like window transparency, color, and the option as meta key?
It's rather annoying, especially having to go in and change option to meta for use with emacs.
Posts: 7
Threads: 1
Joined: May 2006
Reputation:
0
check terminal preferences for transparency and color --
then:
/etc/profile system-wide configuration file for the bash and sh shells
~/.profile executed every time a new shell is created, such as when you open a new Terminal window
~/.bash_logout executed when you log out from a shell
you will prolly have to create a ~/.profile. i had to when i wanted to custom my terminal prompt.
good luck.
Posts: 19,370
Threads: 1,726
Joined: May 2025
Reputation:
3
From "Unix for Mac OS X Panther" Oreilly, 2003
To change the Terminal's preferences go to Terminal->Window Settings...You'll see a display titled "Terminal Inspector". At the top of the Window, notice that a drop-down list lets you select options to configure...Any changes you make within the Terminal Inspector will affect only the current Terminal window unless you click "Use Settings as Defaults," after which they will apply to all future Terminal window sessions that you open...
May have changed in Tiger, but should get you started.
Posts: 2,581
Threads: 453
Joined: Jan 2022
Reputation:
0
Sweet, I'll give that a try, thanks.