feat .gitconfig: signingkey GPG簽名綁定

This commit is contained in:
2025-05-07 04:30:17 +08:00
parent cee037e8dd
commit 7de43b89a5
4 changed files with 18 additions and 2 deletions

View File

@@ -220,6 +220,9 @@ function __pb10k_bottom {
# ----以下是我的自訂內容 ------------------------------------------------------
export LANG=zh_TW.UTF-8 #macOS要手動指定不然被ssh連入使用時會變亂碼
{{ if .signingkey }}
export GPG_TTY=$(tty){{ end }}
# overwrite ls
if command -v eza &> /dev/null; then
alias ls='eza --color=always --icons=always'