Update .local/share/chezmoi/home/dot_ssh/run_after_ensure-private-key.tmpl, .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl
Deleted .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_60-cleanup.tmpl
This commit is contained in:
parent
7392fcf95e
commit
f64962b25b
3 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
{{- includeTemplate "universal/profile" }}
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
|
||||
if [ -d "$HOME/.local/src/shared-common" ]; then
|
||||
logg 'Ensuring Taskfiles are linked properly'
|
||||
cp "$HOME/.local/shared-common/Taskfile.yml" "$HOME/.local/Taskfile.yml"
|
||||
ln -s "$HOME/.local/taskfiles" "$HOME/.local/src/shared-common/common/.config/taskfiles"
|
||||
fi
|
|
@ -63,7 +63,7 @@ fi
|
|||
|
||||
### Google Cloud SDK
|
||||
if command -v gcloud > /dev/null; then
|
||||
curl -sSL "$FALLBACK_URL/gcloud.bash" > "COMPLETION_DIR/gcloud.bash"
|
||||
curl -sSL "$FALLBACK_URL/gcloud.bash" > "$COMPLETION_DIR/gcloud.bash"
|
||||
elif [ -f "$COMPLETION_DIR/gcloud.bash" ]; then
|
||||
rm "$COMPLETION_DIR/gcloud.bash"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue