Explorar el Código

Merge branch 'master' of github.com:heyLu/confidence

Conflicts:
	.vimrc
Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
f785154047
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 4 2
      .vimrc
  2. 1 1
      .zshrc

+ 4 - 2
.vimrc

@ -6,8 +6,10 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
6 6
	call vundle#rc()
7 7
8 8
	Bundle 'gmarik/vundle'
9
	Bundle 'Valloric/YouCompleteMe'
10
	let g:ycm_confirm_extra_conf = 0
9
	if has('python')
10
		Bundle 'Valloric/YouCompleteMe'
11
		let g:ycm_confirm_extra_conf = 0
12
	endif
11 13
	Bundle 'Lokaltog/vim-easymotion'
12 14
	"Bundle 'laurilehmijoki/haskellmode-vim'
13 15
	"au BufNewFile,BufRead *.hs compiler ghc

+ 1 - 1
.zshrc

@ -32,7 +32,7 @@ function precmd {
32 32
	user="%{$fg[red]%}%n%{$reset_color%}"
33 33
	dir="%{$fg[cyan]%}%~%{$reset_color%}"
34 34
	lastcmd="$history[$(($HISTCMD-1))]"
35
	lastcmd_witherror="%(?.$lastcmd.%S$lastcmd%s)"
35
	lastcmd_witherror="%(?.$lastcmd.%B$lastcmd%b)"
36 36
	PROMPT="$user in $dir@$(repo_branch) $lastcmd_witherror
37 37
$(repo_char) $ "
38 38
	RPROMPT="%D{%Y-%m-%d} %{$fg[red]%}%t%{$reset_color%}"