From 6eb4a696894af42411dd0bf1a4b7540cdc70b69c Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 14 May 2016 14:59:03 +0200 Subject: tyree: Make the shell less annoying to use Having the default locale set to de_DE it feels pretty weird getting output that sounds awkward (well, obviously because German IS awkward) and I often have to pause for a minute to understand what the message should actually mean. The main user of the system is rarely working in the shell, but even during those occasions it's difficult for me if I get something like "There is an error message saying ". Also, having command line completion is a good idea as well. Signed-off-by: aszlig --- machines/aszlig/managed/tyree.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix index 113e531e..fe3e2f69 100644 --- a/machines/aszlig/managed/tyree.nix +++ b/machines/aszlig/managed/tyree.nix @@ -56,6 +56,11 @@ chromium.enablePepperFlash = true; }; + programs.bash.enableCompletion = true; + programs.bash.interactiveShellInit = lib.mkBefore '' + export LANG=en_US.UTF-8 + ''; + services.openssh.enable = true; services.tlp.enable = true; -- cgit 1.4.1