diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2022-12-06 21:38:35 +0100 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2022-12-06 21:38:35 +0100 |
commit | 6ba37d205d9a189bdd61ca10ce9a916eb1dd0950 (patch) | |
tree | a2bc7c7d67189ebef48bc3fde4670357cb94012b /.zsh_comprc | |
parent | dab9e4d849c12589209c9d896c4f4ba2a2cae8ee (diff) |
relative path
Diffstat (limited to '.zsh_comprc')
-rw-r--r-- | .zsh_comprc | 2 |
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 |