.dotfiles

Check-in [ae510ca3c3]
Login

Check-in [ae510ca3c3]

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: ae510ca3c365fff26b1a94e510a5daf1443716ab7fe99dd1a8dfedc9b6688424
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
Hide Diffs Unified Diffs Ignore Whitespace Patch

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