mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
add string trim
This commit is contained in:
parent
37288d5a60
commit
b33bc7faee
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[gpg]
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
program = /mnt/c/Users/{{- output "powershell.exe" "$env:UserName" -}}/AppData/Local/1Password/app/8/op-ssh-sign-wsl
|
||||
program = /mnt/c/Users/{{- (output "powershell.exe" "$env:UserName") | trim -}}/AppData/Local/1Password/app/8/op-ssh-sign-wsl
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[user]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue