summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r--accounts/gkleen@sif/zshrc4
1 files changed, 2 insertions, 2 deletions
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() {
71 } 71 }
72 72
73 ( 73 (
74 set -o localtraps 74 set -o localoptions -o localtraps
75 trap 'return 1' INT TERM 75 trap 'return 1' INT TERM
76 trap cleanup EXIT 76 trap cleanup EXIT
77 77
@@ -211,7 +211,7 @@ tmpdir() {
211 done 211 done
212 212
213 ( 213 (
214 set -o localtraps 214 set -o localoptions -o localtraps
215 trap 'return 1' INT TERM 215 trap 'return 1' INT TERM
216 trap cleanup EXIT 216 trap cleanup EXIT
217 217