Skip to content

Instantly share code, notes, and snippets.

@dannygsmith
Created November 14, 2017 22:28
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 dannygsmith/694fa4d86a6691fac1a17becb4cc4a65 to your computer and use it in GitHub Desktop.
Save dannygsmith/694fa4d86a6691fac1a17becb4cc4a65 to your computer and use it in GitHub Desktop.
Sample .bashrc for students
# .bashrc
# User specific aliases and functions
#stty erase ^h intr ^c
export TZ=CST+06CD
export LS_OPTIONS='-G -A -T --colors=always '
export TZ='America/Chicago'
alias la=' ls -a -G '
alias lf=' ls -aFxG '
alias lsf='ls -FxG '
alias ll=' ls -alhG '
alias lt=' ls -alrthG '
alias lls='ls -alrShG '
alias dnscache='sudo killall -HUP mDNSResponder '
export LESS='-X '
export PAGER='less'
export MANPAGER='less'
alias cls='clear '
alias lcs='clear '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment