I dunno what this is

This commit is contained in:
Josh Sherman 2016-09-05 12:15:08 -05:00
parent d361ed9de4
commit 798d0e8ae1
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
set-option -g default-shell /bin/zsh
# set -g default-shell /bin/zsh
# Start at 1 instead of 0
set -g base-index 1

View file

@ -22,6 +22,7 @@ set hlsearch
set ignorecase
set incsearch
set laststatus=2
set lazyredraw
set list
set listchars=tab:└─,trail:•
set magic
@ -30,7 +31,7 @@ set nocindent
set nocompatible
set noerrorbells
set novisualbell
set number
" set number
set pastetoggle=<F2>
set rtp+=~/.dotfiles/.vundle/
set shiftwidth=2