Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/emiel/dotfiles
Browse files Browse the repository at this point in the history
Conflicts:
	psql/psqlrc
  • Loading branch information
emiel committed Jan 6, 2015
2 parents 7e1ccff + 61101c9 commit d86e9bf
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -13,6 +13,10 @@ install-gdb:
rm -f $(HOME)/.gdbinit
ln -s `pwd`/gdb/gdbinit $(HOME)/.gdbinit

install-ghci:
rm -f $(HOME)/.ghci
ln -s `pwd`/ghci/ghci $(HOME)/.ghci

install-git:
rm -f $(HOME)/.gitconfig
cp `pwd`/git/gitconfig $(HOME)/.gitconfig
Expand Down
1 change: 1 addition & 0 deletions ghci/ghci
@@ -0,0 +1 @@
:set +m
2 changes: 1 addition & 1 deletion psql/psqlrc
Expand Up @@ -5,7 +5,7 @@
\pset null '<null>'

-- nicer tables
\pset linestyle unicode
--\pset linestyle unicode

-- enable timers
\timing
Expand Down
6 changes: 4 additions & 2 deletions tmux/tmux.conf
Expand Up @@ -2,8 +2,10 @@
set -g repeat-time 700
set -g history-limit 100000

set -g default-command /bin/zsh
set -g default-shell /bin/zsh
#set -g default-command /usr/local/bin/zsh
#set -g default-shell /usr/local/bin/zsh
#set -g default-command /bin/zsh
#set -g default-shell /bin/zsh

# Mouse click to select window/pane
#set -g mode-mouse on
Expand Down
5 changes: 5 additions & 0 deletions vim/after/ftplugin/haskell.vim
@@ -0,0 +1,5 @@
set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
set shiftround
2 changes: 1 addition & 1 deletion vim/bundle/nerdcommenter
2 changes: 1 addition & 1 deletion vim/bundle/nerdtree
2 changes: 1 addition & 1 deletion vim/bundle/supertab
2 changes: 1 addition & 1 deletion vim/bundle/tagbar

0 comments on commit d86e9bf

Please sign in to comment.