From fecb6306631aaec1774497093b7da44ab5950d92 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 1 Jul 2024 01:13:43 +0200 Subject: checkpoint --- bin/common/gt | 2 +- config/essentials/zsh/.zshrc | 29 ++++++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/bin/common/gt b/bin/common/gt index c679b23..5bcc7c3 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -8,7 +8,7 @@ repos=$HOME/sync/share/git-track.txt # prevent file not found errors -touch "$repos" +touch "$repos" || exit 1 help() { >&2 cat <