Last active
April 16, 2017 03:52
-
-
Save Annath/3994adb0c7a7e2fc5bf0 to your computer and use it in GitHub Desktop.
Typical additions to my bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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