diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-31 17:18:57 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-31 17:18:57 +0200 |
| commit | 0f6db6df78c35fc23f2016fba597775ac90acbfb (patch) | |
| tree | 741525f54792ba695866f1ee5240ba56fe35c70b /.bashrc | |
| parent | 498a1c9446fc41bd041cc9e15e43a591857d809e (diff) | |
| download | dotfiles-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-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
