From 6ba37d205d9a189bdd61ca10ce9a916eb1dd0950 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Tue, 6 Dec 2022 21:38:35 +0100 Subject: [PATCH] relative path --- .zsh_comprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2