spongeboBoy
V2EX  ›  问与答

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

  •  
  •   spongeboBoy · Apr 9, 2024 · 1413 views
    This topic created in 791 days ago, the information mentioned may be changed or developed.
    1 replies
    spongeboBoy
        1
    spongeboBoy  
    OP
       Apr 24, 2024
    ```
    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!"
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3253 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 13:32 · PVG 21:32 · LAX 06:32 · JFK 09:32
    ♥ Do have faith in what you're doing.