Правка замечаний shellcheck

This commit is contained in:
2022-12-18 18:58:00 +03:00
parent a8f767c95d
commit e09e731101
14 changed files with 78 additions and 32 deletions

View File

@@ -1,3 +1,6 @@
# shellcheck shell=bash
# vim: ft=sh
# Copy this file to 55-agents.user.zsh and modify to your needs
##
@@ -13,9 +16,9 @@
##
if command -v gpg-agent >/dev/null 2>&1; then
zinit snippet OMZP::gpg-agent
fi
if command -v gpg-conf >/dev/null 2>&1; then
gpgconf --create-socketdir
if command -v gpg-conf >/dev/null 2>&1; then
gpgconf --create-socketdir
fi
fi
##