aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:31:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 14:33:04 +1300
commitcc1e3c80824c5f641ff12adeb2eb2b84018e08d6 (patch)
tree8b90fbfc922f91ed319966b19a5dadd42d329e17 /bash
parentClarify control flow in shell scripts (diff)
downloaddotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.tar.gz
dotfiles-cc1e3c80824c5f641ff12adeb2eb2b84018e08d6.zip
Trim some trailing whitespace
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/git.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index c3a4d49c..fbd182b1 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -8,7 +8,7 @@
# Define and set helper function
_git() {
- # What completion to do
+ # What completion to do
case $COMP_KEY in
# Complete with branch names if C-x,B is pressed