mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 14:33:41 +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]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
[gpg "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]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[user]
|
[user]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue