diff --git a/home/bashrc b/home/bashrc index 5e0be39..5d98e70 100644 --- a/home/bashrc +++ b/home/bashrc @@ -37,7 +37,7 @@ ADDPATH "$HOME/sh" # combine everything matching "YES_BASH" in ~/sh/ into ~/.sh-bash. # unlike zsh, we do not check the sha1sum of the output. cd ~/sh \ - && printf "%s\n" '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \ + && printf "%s\n" '#!/usr/bin/env false' '[ -n "$preload" ] || exit 1' '' \ | cat - $(grep -lF 'YES_BASH' $(find ~/sh -maxdepth 1 -type f)) \ > ~/.sh-bash )