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