From 3b04c2edb0b7e418bc36309f153ba63ab83cf097 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 25 Oct 2016 19:52:45 +0200 Subject: [PATCH] alias gpg -> gpg2 --- public/environment.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/public/environment.nix b/public/environment.nix index 558f019..15fd39b 100644 --- a/public/environment.nix +++ b/public/environment.nix @@ -57,6 +57,7 @@ in ]; shellAliases = { byobu = "byobu-tmux"; + gpg = "gpg2"; jacques-a-dit = "sudo"; tree = "tree -C"; tree1 = "tree -d -L 1";