summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortslil clingman <>2024-01-04 21:04:48 +0100
committertslil clingman <>2024-01-04 21:04:48 +0100
commit8194afe2e113c493ba5203ce8156a2a914851267 (patch)
treebd962c83587cf2545791299c4dbb8abd2297484a /.bashrc
parentc83f11041b5816626e01469ac5786aa8c4573cc2 (diff)
[bash] minor changes
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 81962b4..91760f6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -58,5 +58,7 @@ shopt -s histappend
HISTSIZE=1000
HISTFILESIZE=2000
++complete -F _command doas # doas completions
+
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"