Remove zstyle compinstall call
This commit is contained in:
parent
3e3c7b9ca3
commit
4ac43bd250
1
zshrc
1
zshrc
|
@ -10,7 +10,6 @@ prompt grb
|
||||||
|
|
||||||
# Linux specific config
|
# Linux specific config
|
||||||
if [[ $platform == 'Linux' ]]; then
|
if [[ $platform == 'Linux' ]]; then
|
||||||
zstyle :compinstall filename `$HOME/.zshrc`
|
|
||||||
# Set caps to ctrl
|
# Set caps to ctrl
|
||||||
setxkbmap -option 'caps:ctrl_modifier'
|
setxkbmap -option 'caps:ctrl_modifier'
|
||||||
# Make caps act as Esc when tapped. Require `xcape` package.
|
# Make caps act as Esc when tapped. Require `xcape` package.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user