summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-05 10:10:39 -0400
committerjim-p <jimp@pfsense.org>2013-06-05 10:10:39 -0400
commit79549465417af8120f491979916bc69ba6c05f50 (patch)
tree23df1085c2d2326790fafda76636b37e56d0de24
parentae3caa3d83d5d33ab17cf8a4336621d364c051c5 (diff)
downloadpfsense-79549465417af8120f491979916bc69ba6c05f50.zip
pfsense-79549465417af8120f491979916bc69ba6c05f50.tar.gz
Fix up invalid/old .tcshrc for 2.0.x.
-rw-r--r--etc/skel/dot.tcshrc20
-rw-r--r--root/.tcshrc20
2 files changed, 36 insertions, 4 deletions
diff --git a/etc/skel/dot.tcshrc b/etc/skel/dot.tcshrc
index db4debf..2020140 100644
--- a/etc/skel/dot.tcshrc
+++ b/etc/skel/dot.tcshrc
@@ -1,7 +1,23 @@
-set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;40;37m%} "
+set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;0;0m%} "
set autologout="0"
set autolist set color set colorcat
setenv CLICOLOR "true"
setenv LSCOLORS "exfxcxdxbxegedabagacad"
setenv PACKAGESITE ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/`uname -m`/packages-8.1-release/Latest/
-export PACKAGESITE \ No newline at end of file
+
+if ($term == "xterm" || $term == "vt100" || $term == "vt102" || $term == "vt220" || $term !~ "con*") then
+ bindkey "\e[2~" overwrite-mode # Ins
+ bindkey "\e[3~" delete-char # Del
+
+ bindkey "\e[1~" beginning-of-line # Home vt
+ bindkey "\e[4~" end-of-line # End vt
+
+ bindkey "\eOH" beginning-of-line # Home vt220
+ bindkey "\eOF" end-of-line # End vt220
+
+ bindkey "\e[H" beginning-of-line # Home kvt
+ bindkey "\e[F" end-of-line # End kvt
+
+ bindkey "\e[7~" beginning-of-line # Home rxvt/konsole
+ bindkey "\e[8~" end-of-line # End rxvt/konsole
+endif
diff --git a/root/.tcshrc b/root/.tcshrc
index db4debf..2020140 100644
--- a/root/.tcshrc
+++ b/root/.tcshrc
@@ -1,7 +1,23 @@
-set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;40;37m%} "
+set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;0;0m%} "
set autologout="0"
set autolist set color set colorcat
setenv CLICOLOR "true"
setenv LSCOLORS "exfxcxdxbxegedabagacad"
setenv PACKAGESITE ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/`uname -m`/packages-8.1-release/Latest/
-export PACKAGESITE \ No newline at end of file
+
+if ($term == "xterm" || $term == "vt100" || $term == "vt102" || $term == "vt220" || $term !~ "con*") then
+ bindkey "\e[2~" overwrite-mode # Ins
+ bindkey "\e[3~" delete-char # Del
+
+ bindkey "\e[1~" beginning-of-line # Home vt
+ bindkey "\e[4~" end-of-line # End vt
+
+ bindkey "\eOH" beginning-of-line # Home vt220
+ bindkey "\eOF" end-of-line # End vt220
+
+ bindkey "\e[H" beginning-of-line # Home kvt
+ bindkey "\e[F" end-of-line # End kvt
+
+ bindkey "\e[7~" beginning-of-line # Home rxvt/konsole
+ bindkey "\e[8~" end-of-line # End rxvt/konsole
+endif
OpenPOWER on IntegriCloud