Add showmount completion (Alioth: #312285).
This commit is contained in:
parent
6328b108a2
commit
3438a5547a
3
CHANGES
3
CHANGES
@ -74,6 +74,9 @@ bash-completion (2.x)
|
||||
[ Adrian Friedli ]
|
||||
* Add ipv6calc completion.
|
||||
|
||||
[ Ildar Mulyukov ]
|
||||
* Add showmount completion (Alioth: #312285).
|
||||
|
||||
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
|
||||
|
||||
bash-completion (1.1)
|
||||
|
@ -1402,7 +1402,7 @@ _known_hosts_real()
|
||||
} # _known_hosts_real()
|
||||
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
|
||||
ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
|
||||
ssh-installkeys
|
||||
ssh-installkeys showmount
|
||||
|
||||
# This meta-cd function observes the CDPATH variable, so that cd additionally
|
||||
# completes on directories under those specified in CDPATH.
|
||||
|
Loading…
x
Reference in New Issue
Block a user