From 0f6db6df78c35fc23f2016fba597775ac90acbfb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Aug 2023 17:18:57 +0200 Subject: bash: added g completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't know why it wasn't there... Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 7aa8d11..7ac20f6 100644 --- a/.bashrc +++ b/.bashrc @@ -98,6 +98,9 @@ PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@%s\[\033[0m\]\]") $ ' # Introduce `cclip` as a fast way to use `xclip` but selecting the clipboard. alias cclip='xclip -selection clipboard' +# g completion +source_maybe "$HOME/.gcompletion.sh" + ## # Programming languages and environments. -- cgit v1.2.3