Skip to content

Commit e4c08c6

Browse files
committed
Delete alias.rr from gitignore as it was renamed to rhu
1 parent 9af9577 commit e4c08c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

home/modify_dot_gitconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
{{- $result = fromIni .chezmoi.stdin -}}
77
{{- end -}}
88

9+
{{- /* Delete alias.rr as it is renamed to alias.rhu */ -}}
10+
{{- $result = deleteValueAtPath "alias.rr" $result -}}
11+
912
{{- /* Load default configuration */ -}}
1013
{{- $default := (includeTemplate ".gitconfig.tmpl" . | fromIni) -}}
1114
{{- $result = merge $default $result -}}

0 commit comments

Comments
 (0)