fix: use variable for home directory
This commit is contained in:
parent
e4d224785d
commit
9512341ece
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue