From eed30068d635f58360ccb74a268e4b374a8f4ad1 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Thu, 6 May 2021 13:04:52 +0200 Subject: [PATCH] fix previous commit --- dot_bin/executable_bat.tmpl | 2 +- dot_bin/executable_fzf.tmpl | 2 +- dot_bin/executable_sheldon.tmpl | 2 +- dot_bin/executable_zoxide.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_bin/executable_bat.tmpl b/dot_bin/executable_bat.tmpl index 499b329..5f32441 100644 --- a/dot_bin/executable_bat.tmpl +++ b/dot_bin/executable_bat.tmpl @@ -1 +1 @@ -{{- include (printf "bat-%s" .chezmoi.arch) -}} +{{- include (printf "dot_bin/bat-%s" .chezmoi.arch) -}} diff --git a/dot_bin/executable_fzf.tmpl b/dot_bin/executable_fzf.tmpl index e4bb828..2fca1c8 100644 --- a/dot_bin/executable_fzf.tmpl +++ b/dot_bin/executable_fzf.tmpl @@ -1 +1 @@ -{{- include (printf "fzf-%s" .chezmoi.arch) -}} +{{- include (printf "dot_bin/fzf-%s" .chezmoi.arch) -}} diff --git a/dot_bin/executable_sheldon.tmpl b/dot_bin/executable_sheldon.tmpl index a2e9081..316ac46 100644 --- a/dot_bin/executable_sheldon.tmpl +++ b/dot_bin/executable_sheldon.tmpl @@ -1 +1 @@ -{{- include (printf "sheldon-%s" .chezmoi.arch) -}} +{{- include (printf "dot_bin/sheldon-%s" .chezmoi.arch) -}} diff --git a/dot_bin/executable_zoxide.tmpl b/dot_bin/executable_zoxide.tmpl index 26eea40..0ee584e 100644 --- a/dot_bin/executable_zoxide.tmpl +++ b/dot_bin/executable_zoxide.tmpl @@ -1 +1 @@ -{{- include (printf "zoxide-%s" .chezmoi.arch) -}} +{{- include (printf "dot_bin/zoxide-%s" .chezmoi.arch) -}}