Updated symlinks

This commit is contained in:
Brian Zalewski 2024-01-03 02:15:50 +00:00
parent 9226e8a161
commit 509fa3ac91
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{{- if stat (joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.bash") -}}
{{- joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.bash" -}}
{{ .chezmoi.homeDir }}/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.bash
{{- else if stat (joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.bash") -}}
{{- joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.bash" -}}
/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.bash
{{- end -}}

View file

@ -1,5 +1,5 @@
{{- if stat (joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.fish") -}}
{{- joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.fish" -}}
{{ .chezmoi.homeDir }}/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.fish
{{- else if stat (joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.fish") -}}
{{- joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.fish" -}}
/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.fish
{{- end -}}

View file

@ -1,5 +1,5 @@
{{- if stat (joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.tcsh") -}}
{{- joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.tcsh" -}}
{{ .chezmoi.homeDir }}/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.tcsh
{{- else if stat (joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.tcsh") -}}
{{- joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.tcsh" -}}
/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.tcsh
{{- end -}}

View file

@ -1,5 +1,5 @@
{{- if stat (joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.zsh") -}}
{{- joinPath .chezmoi.homeDir "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.zsh" -}}
{{ .chezmoi.homeDir }}/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.zsh
{{- else if stat (joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.zsh") -}}
{{- joinPath "Applications" "iTerm.app" "Contents" "Resources" "iterm2_shell_integration.zsh" -}}
/Applications/iTerm.app/Contents/Resources/iterm2_shell_integration.zsh
{{- end -}}