From b612a167310e1c6a29f620338ba4a0713793f419 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 17 Mar 2022 14:24:29 +0200 Subject: [PATCH] {bash,zsh}rc: simplify/uncomment fineid alias --- rc/bashrc | 5 ++--- rc/zshrc | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index ffbc6f55..2f9612ba 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -399,9 +399,8 @@ alias cwho="who -H -w -u" #alias inxi-install-root="cd /usr/local/bin;\wget -Nc https://github.com/smxi/inxi/raw/master/inxi;chmod +x inxi;./inxi -U;cd" #alias inxi-update="inxi -U" -# FINEID -#alias ssh-add-fineid="ssh-add -s $(find /usr/*lib -name 'libcryptoki.so')" -#alias ssh-add-sc-pub="\ssh-add -L" +# FINEID to ssh-agent +alias fineid="ssh-add -s /usr/lib64/libcryptoki.so" # Homebrew #alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p .local;rsync -aP homebrew/* .local;rsync -aP homebrew/.* .local;rm -rf homebrew" diff --git a/rc/zshrc b/rc/zshrc index 9656a8a3..1ead704d 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -376,9 +376,8 @@ alias cwho="who -H -w -u" #alias inxi-install-root="cd /usr/local/bin;\wget -Nc https://github.com/smxi/inxi/raw/master/inxi;chmod +x inxi;./inxi -U;cd" #alias inxi-update="inxi -U" -# FINEID -#alias ssh-add-fineid="ssh-add -s $(find /usr/*lib -name 'libcryptoki.so')" -#alias ssh-add-sc-pub="ssh-add -L" +# FINEID to ssh-agent +alias fineid="ssh-add -s /usr/lib64/libcryptoki.so" # Homebrew #alias homebrew-install="cd ~;git clone https://github.com/Homebrew/homebrew.git --depth=1;mkdir -p .local;rsync -aP homebrew/* .local;rsync -aP homebrew/.* .local;rm -rf homebrew"