mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-01 23:34:03 +01:00
bashrc & zshrc: run finding of pkcs11so
in the background. See #32 which this might fix.
This commit is contained in:
parent
53d31a2f9e
commit
4dd860d483
2
bashrc
2
bashrc
@ -489,7 +489,7 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
|
|||||||
alias inxi-update="inxi -U"
|
alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# FINEID
|
||||||
pkcs11so=$(find /usr/*lib -name 'opensc-pkcs11.so' 2>/dev/null)
|
pkcs11so=$(find /usr/*lib -name 'opensc-pkcs11.so' 2>/dev/null&)
|
||||||
alias ssh-add-sc="ssh-add -s $opensc-pkcs11.so"
|
alias ssh-add-sc="ssh-add -s $opensc-pkcs11.so"
|
||||||
alias ssh-add-sc-pub="ssh-add -L"
|
alias ssh-add-sc-pub="ssh-add -L"
|
||||||
|
|
||||||
|
2
zshrc
2
zshrc
@ -458,7 +458,7 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
|
|||||||
alias inxi-update="inxi -U"
|
alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# FINEID
|
||||||
pkcs11so=$(find /usr/*lib -name 'opensc-pkcs11.so' 2>/dev/null)
|
pkcs11so=$(find /usr/*lib -name 'opensc-pkcs11.so' 2>/dev/null&)
|
||||||
alias ssh-add-sc="ssh-add -s $pkcs11so"
|
alias ssh-add-sc="ssh-add -s $pkcs11so"
|
||||||
alias ssh-add-sc-pub="ssh-add -L"
|
alias ssh-add-sc-pub="ssh-add -L"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user