hey everyone. one of the things i love about the bash shell in linux is how it shows the current directory you're in (for example, if i'm in /home/mero, it shows (computer name) [mero] in the prompt. my shcool's unix system however, uses tcsh for its shell. how can i edit my .cshrc file such that i can customize my prompt even more (right now my .cshrc command for my prompt is merely
Code:
set prompt = "mero@eden: "
thanks