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]
email = {{ .email }}
name = {{ .name }}
signingkey = /Users/baez/.ssh/id_ed25519
signingkey = {{ .chezmoi.homeDir }}/.ssh/id_ed25519
[core]
autocrlf = input
pager = delta
excludesfile = /Users/baez/.gitignore
excludesfile = {{ .chezmoi.homeDir }}/.gitignore
[diff]
colorMoved = default

View file

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