diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-02-10 00:25:30 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-02-10 00:25:30 +1300 |
commit | c03e2aaf12e16daab6bb171eedaf939682711390 (patch) | |
tree | 716ec865d43e687d9e69951135c3942ac9c3f33a /bash | |
parent | Improve and correct some comments (diff) | |
download | dotfiles-c03e2aaf12e16daab6bb171eedaf939682711390.tar.gz dotfiles-c03e2aaf12e16daab6bb171eedaf939682711390.zip |
Break a long line
Diffstat (limited to 'bash')
-rw-r--r-- | bash/bashrc.d/completion.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/bashrc.d/completion.bash b/bash/bashrc.d/completion.bash index ed938950..51de24b8 100644 --- a/bash/bashrc.d/completion.bash +++ b/bash/bashrc.d/completion.bash @@ -22,7 +22,8 @@ complete -A disabled enable complete -A setopt set # Commands -complete -A command alias command complete compopt coproc exec if hash time type until while +complete -A command alias command complete compopt coproc exec if hash time \ + type until while # Directories complete -A directory cd pushd mkdir rmdir |