mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
[utility] Refactor rsync_scp wrapper function and add completion support
Changes: - Rename `rsync_scp_wrap` to `noremoteglob` and make it more generally usable - Enable completion support for commands wrapped with `noremoteglob` - Tighten up internal variable usages - Update documentation for 'noremoteglob' function
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
17a59bada7
commit
a60fe47359
11
modules/utility/functions/_noremoteglob
Normal file
11
modules/utility/functions/_noremoteglob
Normal file
@ -0,0 +1,11 @@
|
||||
#compdef noremoteglob
|
||||
#autoload
|
||||
|
||||
#
|
||||
# Completes noremoteglob.
|
||||
#
|
||||
# Authors:
|
||||
# Indrajit Raychaudhuri <irc+code@indrajit.com>
|
||||
#
|
||||
|
||||
_precommand
|
Reference in New Issue
Block a user