Merge pull request #209 from sorin-ionescu/rename-attach-to-atach
Rename attach to atach
This commit is contained in:
commit
a1fa7768a6
|
@ -1,9 +1,9 @@
|
||||||
#compdef attach
|
#compdef atach
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for attach (http://github.com/sorin-ionescu/attach).
|
# Completion script for atach (https://github.com/sorin-ionescu/atach).
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
@ -21,7 +21,7 @@ mode_values=(
|
||||||
"winch:use sigwinch to redraw"
|
"winch:use sigwinch to redraw"
|
||||||
)
|
)
|
||||||
|
|
||||||
existing_sessions=($(_call_program session attach))
|
existing_sessions=($(_call_program session atach))
|
||||||
|
|
||||||
_arguments -C -s -S \
|
_arguments -C -s -S \
|
||||||
'(--list -l)'{--list,-l}'[list sessions]' \
|
'(--list -l)'{--list,-l}'[list sessions]' \
|
Loading…
Reference in New Issue