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 981430eef1 - Show all commits

View File

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