From a9c82b6db7a617105f572bdb97cf99f8149047f9 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sat, 3 May 2025 23:54:31 +0800 Subject: [PATCH] fix bashrc: OSH Path --- dot_bashrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 29c9cb0..975c4b8 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -14,7 +14,7 @@ case $- in esac # Path to your oh-my-bash installation. -export OSH='/home/yuan/.oh-my-bash' +export OSH='{{ .chezmoi.homeDir }}/.oh-my-bash' # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-bash is loaded.