From 2618382548c12b502661c6047771642c62efa42e Mon Sep 17 00:00:00 2001 From: Takafumi Hirata Date: Wed, 9 Dec 2015 08:16:50 +0900 Subject: [PATCH] Update dotfiles --- files/default/.vimrc.bundle | 2 ++ files/default/.zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/default/.vimrc.bundle b/files/default/.vimrc.bundle index 73a46a9..54c27a4 100644 --- a/files/default/.vimrc.bundle +++ b/files/default/.vimrc.bundle @@ -22,6 +22,8 @@ NeoBundle 'Shougo/neomru.vim' NeoBundle 'Shougo/neosnippet.vim' NeoBundle 'vim-jp/vim-go-extra' +NeoBundle 'yuroyoro/yuroyoro256.vim' + call neobundle#end() diff --git a/files/default/.zshrc b/files/default/.zshrc index 1c73ab2..720c562 100644 --- a/files/default/.zshrc +++ b/files/default/.zshrc @@ -1,4 +1,4 @@ -PROMPT='%{%}%M:%n:%c: $ %{%}' +PROMPT='%{%}%M:%n:%c%{%}: $ ' RPROMPT="[%T]" HISTFILE=~/.zsh_history