I tried looking in how to load a separate configuration file, so I could use one for a dark background, and another for a white background for the same user.
I want a dark prompt for xterm, which has a white background, and a yellow prompt for the dark tinted transparent rxvt-unicode background. The rest of my colors are fine.
~/.tcshrc
Those are the two colors for the prompt yellow and dark blue. I rather have yellow for the black background, than a color that fits both backgrounds. Could I use an if/then statement in the configuration file depending on the terminal?
I want a dark prompt for xterm, which has a white background, and a yellow prompt for the dark tinted transparent rxvt-unicode background. The rest of my colors are fine.
~/.tcshrc
Code:
set prompt = "%{\033[1;33m%}%~ %#%{\033[0m%} "
set prompt = "%{\033[1;34m%}%~ %#%{\033[0m%} "