diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-10-18 10:19:00 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-10-18 10:19:00 -0400 |
| commit | 0794b145a4e3fdaa725db15059892ac42ebc9600 (patch) | |
| tree | 8bc60e595f9189b246fb9a6e1ce1d32ec2bb2be5 | |
| parent | c764831a830ddae48bc11457495390d252d16e90 (diff) | |
bash: add completion to doas.
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
