[nycbug-talk] tcsh PS1 syntax

desecrate desecrate
Thu Oct 14 12:12:15 EDT 2004


There is only 2 problem's i have had with it thus far.

1) You have to edit the Makefile and change this line (using FreeBSD 5.3-BETA7):
 /bin/cp -u src/tcshrc.local 	$(HOME)/.tcshrc.local
to
/bin/cp -f src/tcshrc.local 	$(HOME)/.tcshrc.local
because the -u causes an error

2) You have edit the .tcshrc.alias file and change:
alias ls 	'ls --color'
to
alias ls 	'ls -G'
the --color causes ls to fail, -G does the color instead




More information about the talk mailing list