summaryrefslogtreecommitdiff
path: root/.zsh_comprc
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2022-12-06 21:38:35 +0100
committerHendrik Jaeger <git-commit@henk.geekmail.org>2022-12-06 21:38:35 +0100
commit6ba37d205d9a189bdd61ca10ce9a916eb1dd0950 (patch)
treea2bc7c7d67189ebef48bc3fde4670357cb94012b /.zsh_comprc
parentdab9e4d849c12589209c9d896c4f4ba2a2cae8ee (diff)
relative path
Diffstat (limited to '.zsh_comprc')
-rw-r--r--.zsh_comprc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh_comprc b/.zsh_comprc
index f67ae85..1a0de59 100644
--- a/.zsh_comprc
+++ b/.zsh_comprc
@@ -23,7 +23,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
zstyle ':completion:*' substitute 1
zstyle ':completion:*' use-compctl false
zstyle ':completion:*' verbose true
-zstyle :compinstall filename '/home/henk/.zsh_comprc'
+zstyle :compinstall filename '~/.zsh_comprc'
autoload -Uz compinit
compinit