dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

pinentry-os-specific (192B)


      1 #!/bin/zsh
      2 
      3 PINENTRY=pinentry
      4 if [[ "$(uname)" == "Darwin" ]] && command -v "$(brew --prefix)/bin/pinentry-mac" &> /dev/null; then
      5   PINENTRY="$(brew --prefix)/bin/pinentry-mac"
      6 fi
      7 
      8 $PINENTRY