mirror of
https://github.com/iridakos/goto.git
synced 2025-05-16 07:20:17 -07:00
Merge pull request #25 from jshort/zsh_complete
Zsh completion for -x, -p, -o.
This commit is contained in:
commit
af41b6f9fe
3
goto.sh
3
goto.sh
@ -411,6 +411,9 @@ _complete_goto_zsh()
|
||||
'(- 1 2)'{-u,--unregister}'[unregisters an alias]:unregister:->unregister'
|
||||
'(: -)'{-l,--list}'[lists aliases]'
|
||||
'(*)'{-c,--cleanup}'[cleans up non existent directory aliases]'
|
||||
'(1 2)'{-x,--expand}'[expands an alias]:expand:->aliases'
|
||||
'(1 2)'{-p,--push}'[pushes the current directory onto the stack, then performs goto]:push:->aliases'
|
||||
'(*)'{-o,--pop}'[pops the top directory from stack, then changes to that directory]'
|
||||
'(: -)'{-h,--help}'[prints this help]'
|
||||
'(* -)'{-v,--version}'[displays the version of the goto script]'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user