Skip to content

Instantly share code, notes, and snippets.

@dsquier
Created September 15, 2017 18:10
Show Gist options
  • Save dsquier/3505a2001b2c0d33f458e52203019c2a to your computer and use it in GitHub Desktop.
Save dsquier/3505a2001b2c0d33f458e52203019c2a to your computer and use it in GitHub Desktop.
## ENVIRONMENT
stty erase ^H
set -o vi
PS1="\u:\$PWD> "
## ALIASES
alias c="clear"
alias l="ls -lt"
alias ll="ls -lat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment