Getting started:
Related tutorial: http://cd64.de/mysql-cli
SQL joins infografic: http://cd64.de/sql-joins
| set nocompatible "run in vim mode | |
| set expandtab "expand tabs into spaces | |
| set autoindent "auto-indent new lines | |
| set smartindent "return ending brackets to proper locations | |
| set softtabstop=4 "indentation level of soft-tabs | |
| set tabstop=4 "indentation leves of normal tabs | |
| set shiftwidth=4 "how many columns to re-indent with << and >> | |
| set showmatch "show matching brackets | |
| set ruler "show cursor position at all times | |
| set nohls "don't highlight the previous search term |
Getting started:
Related tutorial: http://cd64.de/mysql-cli
SQL joins infografic: http://cd64.de/sql-joins
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases. | |
| # Much of this was originally copied from: | |
| # http://natelandau.com/my-mac-osx-bash_profile/ | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management |