Currently something like this:
# Path
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
if ($uid == 0) then
set user = root
endif
set prompt = "%n@%m [%~] "
# Environment
setenv PAGER more
setenv LC_CTYPE sv_SE.UTF-8
# Enable...
Solved it. This did the trick:
setenv LS_COLORS "di=01;33:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43:"
I thought LS_COLORS was something Linux used for setting your ls colors, but apparently tcsh wants it for autocompletion as well. Confusing...
I'm looking for a way to adjust the autocompletion colors in tcsh. I'm a zsh user, but I'm coming back to tcsh from time to time. In zsh I have the following in my .zshrc in order to get colorized output:
zmodload zsh/complist
zstyle ':completion:*' list-colors...
New snapshots seem to appear almost every day, so always download the snapshot from my first message in this thread. It should always point to the latest ISO available.
Nathan Whitehorn (nwhitehorn@) recently announced his work on a possible sysinstall replacement. The goal is to replace sysinstall in 9.0 but he's in need of more testers.
You can download a snapshot iso with the new installer here.
Just download it and try it on real hardware or in...
There's a slight difference between the (now defunct) bsdforums.org forum and forums.freebsd.org - our forum is run exclusively by FreeBSD developers (the admins here). We have decided that we're only accepting FreeBSD discussions in our subforums, except for off-topic where we allow people to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.