mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
{bash,zsh}rc: simplify/uncomment fineid alias
This commit is contained in:
parent
8e28c013d5
commit
b612a16731
@ -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-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"
|
#alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# FINEID to ssh-agent
|
||||||
#alias ssh-add-fineid="ssh-add -s $(find /usr/*lib -name 'libcryptoki.so')"
|
alias fineid="ssh-add -s /usr/lib64/libcryptoki.so"
|
||||||
#alias ssh-add-sc-pub="\ssh-add -L"
|
|
||||||
|
|
||||||
# Homebrew
|
# 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"
|
#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"
|
||||||
|
5
rc/zshrc
5
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-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"
|
#alias inxi-update="inxi -U"
|
||||||
|
|
||||||
# FINEID
|
# FINEID to ssh-agent
|
||||||
#alias ssh-add-fineid="ssh-add -s $(find /usr/*lib -name 'libcryptoki.so')"
|
alias fineid="ssh-add -s /usr/lib64/libcryptoki.so"
|
||||||
#alias ssh-add-sc-pub="ssh-add -L"
|
|
||||||
|
|
||||||
# Homebrew
|
# 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"
|
#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"
|
||||||
|
Loading…
Reference in New Issue
Block a user