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
if [[ -z "$ANTIGEN_INITIALIZED" ]]; then | |
export ANTIGEN_LOG=/tmp/antigen.log | |
export ANTIGEN_INITIALIZED=1 | |
source ~/antigen/antigen.zsh | |
antigen use oh-my-zsh | |
antigen bundle git | |
antigen bundle pip | |
antigen bundle command-not-found | |
antigen bundle cp | |
antigen bundle colorize |
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
\n\n | |
time_namelookup: %{time_namelookup}\n | |
time_connect: %{time_connect}\n | |
time_appconnect: %{time_appconnect}\n | |
time_pretransfer: %{time_pretransfer}\n | |
time_redirect: %{time_redirect}\n | |
time_starttransfer: %{time_starttransfer}\n | |
----------\n | |
time_total: %{time_total}\n |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
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
set noswapfile " removes annoying .swp files when opening the same file multiple times | |
set number " line numbers | |
syntax on " try to autoread syntax (based on filename) | |
" relative line numbers below > VIM 7.4 | |
" set relativenumber | |
" Tab stuff, I perfer to use two spaces instead of hard tabs | |
set tabstop=2 " this is when you open a file with hard tabs in it, <TAB> | |
set softtabstop=2 " these are tabs when editing, so pressing TAB in insert mode |
NewerOlder