From 4ac43bd250ae1b843d6bcce063506dbe327547f6 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 20 Nov 2015 11:19:03 -0500 Subject: [PATCH] Remove zstyle compinstall call --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index d78008f..502aadc 100644 --- a/zshrc +++ b/zshrc @@ -10,7 +10,6 @@ prompt grb # Linux specific config if [[ $platform == 'Linux' ]]; then - zstyle :compinstall filename `$HOME/.zshrc` # Set caps to ctrl setxkbmap -option 'caps:ctrl_modifier' # Make caps act as Esc when tapped. Require `xcape` package.