From 48477290f0138af08710cf1d9a4f9225970736a7 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 2 May 2018 14:43:34 -0700 Subject: [PATCH 1/2] Fix zshrc compinstall path --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index eb8f631..0eb3c1f 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -7,7 +7,7 @@ unsetopt beep histbeep listbeep flowcontrol bindkey -e # Completion -zstyle :compinstall filename '/home/david/.zshrc' +zstyle :compinstall filename "${HOME}/.zshrc" autoload -Uz compinit && compinit DIRSTACKSIZE=16 From 5e3d133f8bbd1729f2788cb6f7c270365da12f32 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 2 May 2018 22:13:42 -0700 Subject: [PATCH 2/2] Switch to vim keybindings. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0eb3c1f..ac803ba 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -4,7 +4,7 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases unsetopt beep histbeep listbeep flowcontrol -bindkey -e +bindkey -v # Completion zstyle :compinstall filename "${HOME}/.zshrc"