Skip to content

Commit d0f240f

Browse files
committed
ZSH: Remove IGNORE_EOF, allow Ctrl-D to exit shell
1 parent 45e2876 commit d0f240f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

home/dot_config/zsh/exact_private_zsh.d/private_050_misc_config.zsh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,3 @@ else
302302
MYFULLNAME=$(getent passwd "$(whoami)" | cut -d ':' -f 5 | cut -d ',' -f 1)
303303
fi
304304
export MYFULLNAME
305-
306-
307-
# CTRL-D must be used twice to exit the shell
308-
setopt IGNORE_EOF

0 commit comments

Comments
 (0)