aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.