Browse Source

Modify dotfiles

master
Taylor Bockman 9 years ago
parent
commit
ae69241f73
  1. 2
      dotfiles/vimrc
  2. 5
      dotfiles/zshrc

2
dotfiles/vimrc

@ -101,7 +101,7 @@ set tabstop=2 " spaces entered when tab key is pressed
set shiftwidth=2 " spaces entered for indentation
set number " Line numbering
set backspace=indent,eol,start " Make backspacing work right
set clipboard=unnamed " Share system clipboard
set clipboard=unnamedplus " Share system clipboard
set eol " End of line at bottom of file
set shiftround
set hlsearch " Highlight matches in search

5
dotfiles/zshrc

@ -33,6 +33,11 @@ export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
. ~/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
# Haskell stuff
PATH=$PATH:~/.cabal/bin
PATH=$PATH:.cabal-sandbox/bin
# Set up colors
autoload -U colors && colors

Loading…
Cancel
Save