diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-03-25 16:22:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-03-25 16:22:33 +0100 |
commit | fb772c148d14bdd441ad07d0197789e8a30a36f8 (patch) | |
tree | a7f0a300a94a51dee7991ab4c2af671309f561f4 /.zsh/zshrc/20_compsys | |
parent | 305a34c4bce1c68d2c27d0dc6b5f9a05521de0a1 (diff) |
zshrc: update compinstall filename
Diffstat (limited to '.zsh/zshrc/20_compsys')
-rw-r--r-- | .zsh/zshrc/20_compsys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 102c31b..712a4ab 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -10,7 +10,7 @@ # # Source repository: git://git.distanz.ch/dotfiles/zsh.git -zstyle :compinstall filename '$ZDOTDIR/zshrc/20_compsys' +zstyle :compinstall filename "$ZDOTDIR/zshrc/20_compsys" ### INIT |