diff options
Diffstat (limited to 'bash/bashrc.d/man.bash')
-rw-r--r-- | bash/bashrc.d/man.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash index 99c38b67..562b0625 100644 --- a/bash/bashrc.d/man.bash +++ b/bash/bashrc.d/man.bash @@ -61,4 +61,3 @@ _man() { ) } complete -F _man -o default man - |