diff --git a/public/environment.nix b/public/environment.nix index fb4f89a..3255841 100644 --- a/public/environment.nix +++ b/public/environment.nix @@ -49,6 +49,7 @@ in ]; shellAliases = { byobu = "byobu-tmux"; + jacques-a-dit = "sudo"; tree = "tree -C"; tree1 = "tree -d -L 1"; tree2 = "tree -d -L 2";