style Trailing whitespace line endings or no final newline
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
{{ if eq .chezmoi.os "darwin" -}}
|
||||
defaults write com.googlecode.iterm2 PrefsCustomFolder -string "~/.config/iterm2"
|
||||
defaults write com.googlecode.iterm2 LoadPrefsFromCustomFolder -bool true
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
@@ -18,4 +18,4 @@ mkdir -p ~/.winscp/drive_c/users/{{ .chezmoi.username }}/AppData/Roaming/FileZil
|
||||
ln -s ~/.config/filezilla/sitemanager.xml ~/.winscp/drive_c/users/{{ .chezmoi.username }}/AppData/Roaming/FileZilla/sitemanager.xml
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -13,4 +13,4 @@ brew {{ . | quote }}
|
||||
cask {{ . | quote }}
|
||||
{{ end -}}
|
||||
EOF
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
@@ -16,7 +16,7 @@ wait_for_pacman_unlock() {
|
||||
if ! pgrep -x pacman >/dev/null && \
|
||||
! pgrep -x packagekitd >/dev/null && \
|
||||
! pgrep -x packagekit >/dev/null; then
|
||||
|
||||
|
||||
echo "🔍 找不到 pacman 或 PackageKit,疑似殘留鎖檔。"
|
||||
|
||||
if [ "$WAITED" -ge "$MAX_IDLE" ]; then
|
||||
@@ -94,4 +94,4 @@ fi
|
||||
{{ end -}}
|
||||
|
||||
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
Reference in New Issue
Block a user