tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
232 stars 42 forks source link

No startup files included #19

Closed Ottaviocr closed 4 years ago

Ottaviocr commented 4 years ago

I've just installed tsch v. 6.22.00 from pkgsrc on Debian Stretch (distfile ftp://ftp.astron.com/pub/tcsh/tcsh-6.22.00.tar.gz).

No .tcshrc or .cshrc files are included. Is this a choice?

The FAQ file points to: https://imada.sdu.dk/~blackie/dotfile/ and: http://www.dotfiles.com

Both links are dead.

As long as I know, on Linux systems no .[t]cshrc files are included in /etc/skel, at least not on mine.

zoulasc commented 4 years ago

I think that traditionally those files were OS-specific and provided by the package integrators. You should try asking Debian.

Best,

christos

On Dec 1, 2019, at 2:38 PM, Ottavio Caruso notifications@github.com wrote:

I've just installed tsch v. 6.22.00 from pkgsrc on Debian Stretch (distfile ftp://ftp.astron.com/pub/tcsh/tcsh-6.22.00.tar.gz).

No .tcshrc or .cshrc files are included. Is this a choice?

The FAQ file points to: https://imada.sdu.dk/~blackie/dotfile/ https://imada.sdu.dk/~blackie/dotfile/ and: https://imada.sdu.dk/~blackie/dotfile/ https://imada.sdu.dk/~blackie/dotfile/ Both links are dead.

As long as I know, on Linux systems no [t]cshrc file are included in /etc/skel, at least not on mine.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tcsh-org/tcsh/issues/19?email_source=notifications&email_token=AAENP5PCBBBDFWQAJ6DQE5DQWQHCFA5CNFSM4JTNJUJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H5DDR3Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAENP5MWDAABYY5ND6NDVRDQWQHCFANCNFSM4JTNJUJQ.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/tcsh-org/tcsh/issues/19?email_source=notifications\u0026email_token=AAENP5PCBBBDFWQAJ6DQE5DQWQHCFA5CNFSM4JTNJUJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H5DDR3Q", "url": "https://github.com/tcsh-org/tcsh/issues/19?email_source=notifications\u0026email_token=AAENP5PCBBBDFWQAJ6DQE5DQWQHCFA5CNFSM4JTNJUJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H5DDR3Q", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Ottaviocr commented 4 years ago

Would you be willing to import dot.cshrc from: https://svnweb.freebsd.org/base/head/share/skel/dot.cshrc?view=log

into $PREFIX/share/examples/tcsh/ ?

suominen commented 4 years ago

Some of the tcsh defaults could be seen as archaic, maybe providing a sample ~/.tcshrc and ~/.login is useful. So I've committed such.

Maybe this will eventually fix some of the broken and obscure ones provided by e.g. FreeNAS, macOS, and Red Hat.

The dot.tcshrc and dot.login files should appear here on the GitHub mirror shortly.

zoulasc commented 4 years ago

Thanks Kim