From e1aa4781986d5d5159e942d2c551fd105ca4235a Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 8 Sep 2021 13:07:39 +0200 Subject: Updated zshrc to exit with Ctrl+D even when there is characters in the command line --- install | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install b/install index 892e845..57bee9f 100755 --- a/install +++ b/install @@ -7,6 +7,7 @@ if [ "$USER" = 'root' ] then crontab crontab/root.crontab + pkgfile --update exit fi -- cgit