Skip to content

Instantly share code, notes, and snippets.

@Annath
Last active April 16, 2017 03:52
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 Annath/3994adb0c7a7e2fc5bf0 to your computer and use it in GitHub Desktop.
Save Annath/3994adb0c7a7e2fc5bf0 to your computer and use it in GitHub Desktop.
Typical additions to my bashrc
export PS1="\[\e[00;37m\]\u@\h:\w \$? \\$ \[\e[0m\]"
alias pcp="time rsync --progress -ah"
alias ll="ls -lhF"
alias dfs="du -hx -d 1 . | sort -hr"
[user]
email = nmiller014@gmail.com
name = Nathan Miller
[push]
default = simple
[color]
ui = true
[alias]
st = status
sup = submodule update
[core]
editor = vim
syntax on
filetype plugin indent on
set number
set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab
syntax on
filetype plugin indent on
set number
set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment