aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc
index 2296561..b1f7ea4 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -6,3 +6,7 @@
6if [[ $- != *i* ]]; then 6if [[ $- != *i* ]]; then
7 return 7 return
8fi 8fi
9
10## Bash completion
11[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \
12&& source /usr/local/share/bash-completion/bash_completion.sh