From 8ed6a8176c94a8c4a8dc746f11705196d1f95974 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 14 May 2025 10:52:07 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 7645e0fc..b52febf7 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -71,7 +71,7 @@ dir() { } ( - set -o localtraps + set -o localoptions -o localtraps trap 'return 1' INT TERM trap cleanup EXIT @@ -211,7 +211,7 @@ tmpdir() { done ( - set -o localtraps + set -o localoptions -o localtraps trap 'return 1' INT TERM trap cleanup EXIT -- cgit v1.2.3