feature/rework_bashrc #1

Merged
xavier merged 7 commits from feature/rework_bashrc into master 2025-03-13 00:22:52 +01:00
Showing only changes of commit 8fc95d8e90 - Show all commits

5
completion.d/chezmoi Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if (command -v chezmoi &>/dev/null); then
source <(chezmoi completion bash)
fi