Skip to content

Instantly share code, notes, and snippets.

@ssp
Created December 11, 2009 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssp/254169 to your computer and use it in GitHub Desktop.
Save ssp/254169 to your computer and use it in GitHub Desktop.
.tcshrc stuff for a more tolerable shell
# not exactly comprehensive but making the terminal more tolerable
# load magic stuff
source /usr/share/tcsh/examples/rc
# from http://bonk.nu/blog/archives/000080.html
set complete=enhance
bindkey -k up history-search-backward
bindkey -k down history-search-forward
#set histdup=all
set savehist=(100 merge)
alias .. cd ..
# use SubEthaEdit command line tool as editor (bye bye v i)
setenv EDITOR '/usr/bin/see -wr'
#
setenv CLICOLOR "1"
setenv LSCOLORS "ExFxCxDxBxegedabagacad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment