about summary refs log tree commit diff stats
path: root/home-manager/config
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-24 17:36:00 +0100
committerene <ene@sils.li>2023-02-24 17:51:14 +0100
commit1c369fff4d8be2048a6c7ad4763a29608344c528 (patch)
tree33f601acc569f4ad40980f11661817084bd65cb1 /home-manager/config
parentFix(lf): Fix the config file (diff)
downloadnixos-config-1c369fff4d8be2048a6c7ad4763a29608344c528.tar.gz
nixos-config-1c369fff4d8be2048a6c7ad4763a29608344c528.zip
Fix(lf): Fix shellflags
Diffstat (limited to 'home-manager/config')
-rw-r--r--home-manager/config/lf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix
index 54eee2c9..312d7683 100644
--- a/home-manager/config/lf/default.nix
+++ b/home-manager/config/lf/default.nix
@@ -358,7 +358,7 @@ in {
       ifs = "\\n"; # internal field separator for shell commands
       info = "size"; # show the size of a directory
       shell = "sh";
-      shellopts = "eu"; # e: exit on error; u: error for unset variables
+      shellopts = "-eu"; # e: exit on error; u: error for unset variables
     };
     # TODO remove auto quit, if it has been added
     # TODO add ctpv, if it gets merged