summaryrefslogtreecommitdiffstats
path: root/bash-completion/last
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: update login-utilsSami Kerola2017-04-171-10/+24
| | | | | | | | | last: Broken since first commit. Commit: 41e5a92cf1cd8950df8b02fdd2ea8be571dbab02 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: use '\n' as IFS when ask for filenamesKarel Zak2013-09-301-0/+1
| | | | | | | | | | | | The bash completion for more(1) treats the space-separated pieces of filenames as different files. $ touch foo\ bar $ more foo<TAB> bar foo Reported-by: Ángel González <ingenit@zoho.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-051-0/+38
Signed-off-by: Karel Zak <kzak@redhat.com>