aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/lf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf')
-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