summaryrefslogtreecommitdiff
path: root/completions/mount
Commit message (Collapse)AuthorAgeFilesLines
* mount, umount: Add linux-specific completions.Igor Murzov2011-11-201-100/+7
| | | | | | | | | | | | | This linux-specific completion won't parse /etc/fstab as a lot of people including myself find it useless. And there is no reliable way to guess what user wants to mount. Some examples of what is ok for mount: $ mount /home $ mount /dev/sda1 /home $ mount file.iso /media/iso -o loop $ mount LABEL=mydisk /media/disk It is more sane to provide just filenames completion for mount.
* Cleanups: Use [[ instead of [.Ville Skyttä2011-11-091-6/+6
|
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-011-7/+2
|
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-2/+0
|
* Use _init_completion() in completions/m*.Ville Skyttä2011-04-201-6/+5
|
* Replace some uname -s checks with $OSTYPE ones.Ville Skyttä2011-04-061-1/+1
|
* Abort completion file loading earlier if required commands are not available.Ville Skyttä2011-04-051-4/+1
| | | | | Cuts ~10% from bash completion load time on two different systems I just tested.
* rename 'contrib' directory to 'completions'Guillaume Rousse2010-09-121-0/+165