diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.bashrc | 4 |
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 @@ | |||
6 | if [[ $- != *i* ]]; then | 6 | if [[ $- != *i* ]]; then |
7 | return | 7 | return |
8 | fi | 8 | fi |
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 | ||