Update wgpg
This commit is contained in:
parent
5b32bfdcfc
commit
65020a1d06
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -122,7 +122,7 @@ alias lh="ls -lh"
|
||||||
alias la="ls -la"
|
alias la="ls -la"
|
||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
alias lrt="ls -lrt"
|
alias lrt="ls -lrt"
|
||||||
alias wgpg="gpg --homedir /home/leo/.gnupg-work"
|
alias wgpg="gpg --homedir /home/leo/.gnupg-sysdig"
|
||||||
alias agpg="gpg --homedir /home/leo/.gnupg-ai"
|
alias agpg="gpg --homedir /home/leo/.gnupg-ai"
|
||||||
alias ai_all="cat ${HOME}/Documents/personal/ai/code/prod/hosts.yml|yq '[.hosts|to_entries[]|{"key": .key, "value": .value.groups}]|from_entries'"
|
alias ai_all="cat ${HOME}/Documents/personal/ai/code/prod/hosts.yml|yq '[.hosts|to_entries[]|{"key": .key, "value": .value.groups}]|from_entries'"
|
||||||
alias pacbrowse="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
|
alias pacbrowse="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
|
||||||
|
|
Loading…
Reference in a new issue