bashrc & zshrc: disable the slowing alias.

This commit is contained in:
Mikaela Suomalainen 2014-07-10 16:38:18 +03:00
parent 9af6fc1f54
commit 9e3c06c8fb
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -490,7 +490,7 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
alias inxi-update="inxi -U"
# FINEID
alias ssh-add-sc="ssh-add -s $(find /usr/*lib -name 'opensc-pkcs11.so')"
#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

2
zshrc
View File

@ -460,7 +460,7 @@ alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi
alias inxi-update="inxi -U"
# FINEID
alias ssh-add-sc="ssh-add -s $(find /usr/*lib -name 'opensc-pkcs11.so')"
#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