mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: Use gpg2 instead of gpg!.
This commit is contained in:
parent
44ea2c5d89
commit
23e62cf01b
3
bashrc
3
bashrc
@ -308,6 +308,9 @@ alias ssh-add="\ssh-add -D && \ssh-add "
|
||||
# Usually aptitude is installed everywhere and if it's not, it can be unaliased in .aliases.
|
||||
alias apt-get=aptitude
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
alias gpg=gpg2
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -251,6 +251,9 @@ alias ssh-add="\ssh-add -D && \ssh-add "
|
||||
# Usually aptitude is installed everywhere and if it's not, it can be unaliased in .aliases.
|
||||
alias apt-get=aptitude
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
alias gpg=gpg2
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user