fix: use variable for home directory

This commit is contained in:
Peter 2023-10-11 11:45:16 +02:00
parent e4d224785d
commit 9512341ece
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,11 @@
[user] [user]
email = {{ .email }} email = {{ .email }}
name = {{ .name }} name = {{ .name }}
signingkey = /Users/baez/.ssh/id_ed25519 signingkey = {{ .chezmoi.homeDir }}/.ssh/id_ed25519
[core] [core]
autocrlf = input autocrlf = input
pager = delta pager = delta
excludesfile = /Users/baez/.gitignore excludesfile = {{ .chezmoi.homeDir }}/.gitignore
[diff] [diff]
colorMoved = default colorMoved = default

View file

@ -54,5 +54,4 @@ for file in $HOME/.config/zsh/*.zsh; do
source "$file" source "$file"
done done
znap eval starship 'starship init zsh --print-full-init' source <(starship init zsh --print-full-init)
znap prompt