6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if (command -v chezmoi &>/dev/null); then
|
||
|
source <(chezmoi completion bash)
|
||
|
fi
|