From 8194afe2e113c493ba5203ce8156a2a914851267 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 4 Jan 2024 21:04:48 +0100 Subject: [bash] minor changes --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') 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)" -- cgit v1.2.3