Skip to content

Instantly share code, notes, and snippets.

@cleoold
Created January 7, 2020 20:52
Show Gist options
  • Save cleoold/642f03416680f1d5d5d03ffaa8e57404 to your computer and use it in GitHub Desktop.
Save cleoold/642f03416680f1d5d5d03ffaa8e57404 to your computer and use it in GitHub Desktop.
a tcsh console coloring setting
alias ls ls -GF
setenv EDITOR nano
setenv PAGER less
set prompt='\n%? %{\033[38;5;25m%}[%w %D %T]%{\033[0m%} %{\033[38;5;22m%}%n@%m %{\033[38;5;75m%}%~ >%{\033[0m%} '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment