dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 1bae8a8a8e59321a77f45887f2368087a1568d6c
parent 073ae1917ccceb6c556166e6bb9da44b6bfdb815
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 12 Feb 2015 22:41:01 -0800

Cross-platform .zshrc location.

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -15,7 +15,7 @@ bindkey -M vicmd 'q' push-line bindkey -M viins 'jj' vi-cmd-mode # completion -zstyle :compinstall filename '/Users/cbracken/.zshrc' +zstyle :compinstall filename "$HOME/.zshrc" autoload -Uz compinit && compinit zstyle ':completion:*' menu select