Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl syntax coloring using vim

by logan (Curate)
on Feb 12, 2003 at 00:23 UTC ( [id://234569]=note: print w/replies, xml ) Need Help??


in reply to Perl syntax coloring using vim

And the winner is....

set term=beos-ansi

I have no idea why something for Be OS should work best for Solaris, but I'm not aguing with success.

I altered my .tcshrc file to include this section:

setenv HOSTV `uname -s` if ("$HOSTV" =~ "SunOS") then echo HOSTV $HOSTV set term=beos-ansi if ( -f /usr/local/bin/gnu_ls) then alias ls '/usr/local/bin/gnu_ls --color' endif endif
This way, the new settings should only affect Solaris machines, but I won't have to maintain more than one .tcshrc file.

gnu_ls, btw, allows you to mimic Linux' 'ls --color' under Solaris.

-Logan
"What do I want? I'm an American. I want more."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://234569]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-09-08 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.