]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/gnupg/gnupg.zshrc
Coding style: Don't quote alias names
[ax-zsh.git] / plugins / gnupg / gnupg.zshrc
index e1b008ac2652ea105fda59f091bde121e9c69698..23c0a9a1604ef7755e08859407c30e3835e3ebf9 100644 (file)
@@ -7,6 +7,6 @@ if (( $+commands[gpg2] )); then
 
        if ! (( $+commands[gpg])); then
                # gpg2 is available, but no gpg: alias it!
-               alias "gpg"="gpg2"
+               alias gpg="gpg2"
        fi
 fi