Skip to content

Instantly share code, notes, and snippets.

@ccopsey
Created March 28, 2011 16:16
Show Gist options
  • Select an option

  • Save ccopsey/890744 to your computer and use it in GitHub Desktop.

Select an option

Save ccopsey/890744 to your computer and use it in GitHub Desktop.
Terminal Resource Files
if ( $?prompt ) then
set prompt = "%{\033[0;35m%}%h%{\033[0m%}:%{\033[0;34m%}%n%{\033[0m%}@%{\033[0;31m%}%m%{\033[0m%}:%{\033[0;32m%}%~%{\033[0m%}>
endif
alias g grep
alias l ls -hltrp --color
alias la ls -halp --color
alias ls ls --color
alias auth sudo tail -f /var/log/auth.log
alias deny sudo cat /var/log/denyhosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment