Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | tcsh config: initial checkin |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ae510ca3c365fff26b1a94e510a5daf1 |
User & Date: | Cthulhux 2020-06-01 14:49:11 |
Context
2020-06-01
| ||
14:51 | Goodbye, OpenBSD configuration. check-in: feeafcf59c user: Cthulhux tags: trunk | |
14:49 | tcsh config: initial checkin check-in: ae510ca3c3 user: Cthulhux tags: trunk | |
14:41 | Emacs: Added vterm, ccls, js2-mode, neotree, and switch-window. check-in: 05a6d8c88a user: Cthulhux tags: trunk | |
Changes
Added tcsh/.cshrc.
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | # tcsh settings: set history = 2000 # Should be enough for the time being set savehist = (2000 merge) # Save and merge with existing saved set histfile = ~/.tcsh_history set prompt = '[%~]$ ' set autolist # Tab completion list set complete = enhance # Case-insensitivity for the latter bindkey "^R" i-search-back # Import paths etc.: source $HOME/.cshenv |