commit 0794b145a4e3fdaa725db15059892ac42ebc9600
parent c764831a830ddae48bc11457495390d252d16e90
Author: Jake Koroman <jake@jakekoroman.com>
Date: Sat, 18 Oct 2025 10:19:00 -0400
bash: add completion to doas.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc
@@ -28,6 +28,7 @@ export SHELL
export HISTSIZE=5000
[ -f /etc/bash/bashrc ] && source /etc/bash/bashrc
+complete -F _command doas
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && source "$EAT_SHELL_INTEGRATION_DIR/bash"