summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index ceebbb8..f732d55 100644
--- 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"