From c8f84a8f7fbc3efe65ae37845507669e3a9b8c46 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 31 Jan 2021 08:11:21 -0600 Subject: [PATCH] Added ignore-case for bash completions. Stupid XDG folders... --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index dc3799d..fd47f1f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -31,6 +31,8 @@ alias ip='ip -c' alias s='sudo' alias df='sudo df -hT -x tmpfs -x devtmpfs' +bind 'set completion-ignore-case on' + ## function and alias for short find short_find() { find ./ -iname "*${1}*"