From 0fe48b0526475b4dd676693e6f9d95c7ea59f5b2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 29 Oct 2021 12:24:44 +0200 Subject: [PATCH] superficial indentation change --- home/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/zshrc b/home/zshrc index 6cd9328..8b94d7f 100644 --- a/home/zshrc +++ b/home/zshrc @@ -62,8 +62,8 @@ function { # combine everything matching "YES_ZSH" in ~/sh/ into ~/.sh, # but only recompile the output if the sha1sum has changed. [ -s ~/.sh.sha1 ] && read -r b _ < ~/.sh.sha1 - ( cd ~/sh \ - && print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \ + ( cd ~/sh \ + && print -l '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \ | cat - $(grep -lF YES_ZSH -- *~*.bak(.)) \ | tee ~/.sh \ ) | sha1sum - \