mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
parent
dc51cf6dd3
commit
5e7b3ff858
5
bashrc
5
bashrc
@ -489,9 +489,8 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
|
||||
alias inxi-update="inxi -U"
|
||||
|
||||
# FINEID
|
||||
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-pub="ssh-add -L"
|
||||
alias ssh-add-sc="ssh-add -s $(find /usr/*lib -name 'opensc-pkcs11.so')"
|
||||
alias ssh-add-sc-pub="\ssh-add -L"
|
||||
|
||||
## apt in Ubuntu 14.04+ and other distributions
|
||||
|
||||
|
5
zshrc
5
zshrc
@ -458,9 +458,8 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
|
||||
alias inxi-update="inxi -U"
|
||||
|
||||
# FINEID
|
||||
pkcs11so=$(find /usr/*lib -name 'opensc-pkcs11.so' 2>/dev/null&)
|
||||
alias ssh-add-sc="ssh-add -s $pkcs11so"
|
||||
alias ssh-add-sc-pub="ssh-add -L"
|
||||
alias ssh-add-sc="ssh-add -s $(find /usr/*lib -name 'opensc-pkcs11.so')"
|
||||
alias ssh-add-sc-pub="\ssh-add -L"
|
||||
|
||||
## apt in Ubuntu 14.04+ and other distributions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user