aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-08-31 17:18:57 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2023-08-31 17:18:57 +0200
commit0f6db6df78c35fc23f2016fba597775ac90acbfb (patch)
tree741525f54792ba695866f1ee5240ba56fe35c70b /.bashrc
parent498a1c9446fc41bd041cc9e15e43a591857d809e (diff)
downloaddotfiles-0f6db6df78c35fc23f2016fba597775ac90acbfb.tar.gz
dotfiles-0f6db6df78c35fc23f2016fba597775ac90acbfb.zip
bash: added g completion
I don't know why it wasn't there... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
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.