V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
spongeboBoy
V2EX  ›  问与答

PASS 管理密码 如何在查询时用 Tab 自动补全 pass-name

  •  
  •   spongeboBoy · 21 天前 · 391 次点击
    1 条回复
    spongeboBoy
        1
    spongeboBoy  
    OP
       6 天前
    ```
    export PASSWORD_STORE_ENABLE_EXTENSIONS=true
    FPATH=$(brew --prefix)/share/zsh-completions:$(brew --prefix)/share/zsh/site-functions:$FPATH
    autoload -Uz compinit
    compinit -u

    # It seems that countless recommendations on the web to run:
    # autoload -Uz compinit && compinit

    # Have resulted in everyone's zsh autocomplete initialization running that. I have no idea
    # what it does, however experimentation has shown that running "compinit" clobbers any
    # completions you already had configured. Which totally sucks if you configure auto completion
    # for multiple tools in your zshrc

    alias compinit="echo no more compinit!"
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   849 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 20:56 · PVG 04:56 · LAX 13:56 · JFK 16:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.