Hi,
I've recently trying sysutils/screen and i had noticed that my colored tcsh prompt that was working in sysutils/tmux alternative, doesn't work in sysutils/screen, i couldn't get over it by googling it, anyone knows how to do it here? Thanks in advance.
~/.cshrc
I've recently trying sysutils/screen and i had noticed that my colored tcsh prompt that was working in sysutils/tmux alternative, doesn't work in sysutils/screen, i couldn't get over it by googling it, anyone knows how to do it here? Thanks in advance.
~/.cshrc
Code:
if ($?prompt) then
# set prompt = "%N@%m:%~ %# "
set prompt="${green}%n${end}${yellow}@${red}%m${cyan} %~ ${end}%% "
set promptchars = "%#"