Remove zstyle compinstall call

This commit is contained in:
Michael Campagnaro 2015-11-20 11:19:03 -05:00
parent 3e3c7b9ca3
commit 4ac43bd250

1
zshrc
View File

@ -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.