1
0
Fork 0

Update tako config for new version

This commit is contained in:
Jeremy Kaplan 2017-10-06 22:17:34 -07:00
commit ded3767250
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@ from os.path import isdir, join
def passget_completer(prefix, line, begidx, endidx, ctx): def passget_completer(prefix, line, begidx, endidx, ctx):
if not line.startswith('passget'): return set() 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 completer add passget passget_completer

View file

@ -132,5 +132,5 @@ $TAKO_SETTINGS.case_sensitive_completions = False
completer bash enable out> /dev/null completer bash enable out> /dev/null
if not !(which bload).returncode: if not ?(which bload).returncode:
bload bload