Bladeren bron

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

Conflicts:
	.vimrc
Lucas Stadler 12 jaren geleden
bovenliggende
commit
f785154047
2 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. 4 2
      .vimrc
  2. 1 1
      .zshrc

+ 4 - 2
.vimrc

6
	call vundle#rc()
6
	call vundle#rc()
7
7
8
	Bundle 'gmarik/vundle'
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
	Bundle 'Lokaltog/vim-easymotion'
13
	Bundle 'Lokaltog/vim-easymotion'
12
	"Bundle 'laurilehmijoki/haskellmode-vim'
14
	"Bundle 'laurilehmijoki/haskellmode-vim'
13
	"au BufNewFile,BufRead *.hs compiler ghc
15
	"au BufNewFile,BufRead *.hs compiler ghc

+ 1 - 1
.zshrc

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