mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
bashrc & zshrc: disable the slowing alias.
This commit is contained in:
parent
9af6fc1f54
commit
9e3c06c8fb
2
bashrc
2
bashrc
@ -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"
|
alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# 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"
|
alias ssh-add-sc-pub="\ssh-add -L"
|
||||||
|
|
||||||
## apt in Ubuntu 14.04+ and other distributions
|
## apt in Ubuntu 14.04+ and other distributions
|
||||||
|
2
zshrc
2
zshrc
@ -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"
|
alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# 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"
|
alias ssh-add-sc-pub="\ssh-add -L"
|
||||||
|
|
||||||
## apt in Ubuntu 14.04+ and other distributions
|
## apt in Ubuntu 14.04+ and other distributions
|
||||||
|
Loading…
Reference in New Issue
Block a user