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