diff options
author | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2023-11-17 09:18:10 +0000 |
---|---|---|
committer | Arnold Sommerfeld <sommerfeld@strisemarx.com> | 2023-11-17 09:18:10 +0000 |
commit | 1e85d3da631dc86896d86bc776ff7ea6e1266b3d (patch) | |
tree | 191a920c586b6fac87de687b1f91e71bf2907d1a /home/.bashrc | |
parent | 1016572b0122643a7546f549e5fb6ea2f61f76b6 (diff) | |
download | dotfiles-1e85d3da631dc86896d86bc776ff7ea6e1266b3d.tar.gz dotfiles-1e85d3da631dc86896d86bc776ff7ea6e1266b3d.tar.bz2 dotfiles-1e85d3da631dc86896d86bc776ff7ea6e1266b3d.zip |
[bash] Add doas completion
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc index a6df0cd..3870a5e 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -50,3 +50,5 @@ bind '"\eh": "\C-a\eb\ed\C-y\e#man \C-y\C-m\C-p\C-p\C-a\C-d\C-e"' safesource /usr/share/bash-completion/completions/fzf || safesource /usr/share/fzf/completion.bash safesource /etc/profile.d/fzf.bash || safesource /usr/share/fzf/key-bindings.bash + +complete -F _command doas |