From c85eae72f2315f28c84f662ebd0d8d0ec30f0d48 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 13 Oct 2020 23:32:28 -0400 Subject: [PATCH] remove XDG_SESSION_TYPE notification --- modules/cli.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cli.nix b/modules/cli.nix index 5ccf66d..99420f1 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -60,7 +60,6 @@ programs.bash.interactiveShellInit = '' stty -ixon - echo $XDG_SESSION_TYPE alias p=python3 alias buildsys='nix build -f "" --no-link system'