1 files changed, 11 insertions(+), 0 deletions(-)

A => tcshrc
A => tcshrc +11 -0
@@ 0,0 1,11 @@ 
+set history = 1000
+set prompt = '[%B%m%b] %B%~%b%# '
+set autolist
+set autorehash
+set savehist = (1000 merge)
+bindkey "^xp" i-search-back
+bindkey "^xn" i-search-fwd
+bindkey "^W" backward-delete-word
+bindkey -k up history-search-backward
+bindkey -k down history-search-forward
+