According to a post I read here – you need to put the following in the user’s $HOME directory – in the file .cshrc
set prompt = '%n@%m:%~%#'
The problem is that it is not system-wide, but only for the certain specific user.
So … How do I do it System Wide?
I found it in a the following FreeBSD guide.
It is not very new … but it still works – at least also for the latest FreeBSD version that I just installed.
In For People New to Both FreeBSD and UNIX® – Annelise Anderson writes about using /etc/csh.cshrc
and also tell to configure the following:
set prompt = "%h %t %~ %# "
