Update tako config for new version
This commit is contained in:
parent
0cce53ecb6
commit
ded3767250
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@ from os.path import isdir, join
|
|||
|
||||
def passget_completer(prefix, line, begidx, endidx, ctx):
|
||||
if not line.startswith('passget'): return set()
|
||||
return {secret for secret in !(gopass ls --flat) if secret.startswith(prefix)}
|
||||
return {secret for secret in ?(gopass ls --flat) if secret.startswith(prefix)}
|
||||
|
||||
completer add passget passget_completer
|
||||
|
|
|
|||
|
|
@ -132,5 +132,5 @@ $TAKO_SETTINGS.case_sensitive_completions = False
|
|||
|
||||
completer bash enable out> /dev/null
|
||||
|
||||
if not !(which bload).returncode:
|
||||
if not ?(which bload).returncode:
|
||||
bload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue