.dotfiles

Check-in [23589508b5]
Login

Check-in [23589508b5]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:tcsh displays the current machine name now. Useful for not getting confused over SSH.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 23589508b5a462368df0c4b31ae93f9f896d4f6b2653848afeb1aad4951d9d90
User & Date: Cthulhux 2020-06-17 00:45:52
Context
2020-06-17
00:54
StumpWM and dwm are consolidated now. check-in: 023a24cba5 user: Cthulhux tags: trunk
00:45
tcsh displays the current machine name now. Useful for not getting confused over SSH. check-in: 23589508b5 user: Cthulhux tags: trunk
00:44
Emacs: I migrated from MacPorts to pkgsrc. Also, vterms don't flicker anymore. check-in: 8d9b5a82ea user: Cthulhux tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to 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




|







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 = '[%n@%m:%~]%# '
set autolist                # Tab completion list
set complete = enhance      # Case-insensitivity for the latter

bindkey "^R" i-search-back

# Import paths etc.:
source $HOME/.cshenv