mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix zshrc compinstall path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user