1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-22 15:57:12 -07:00

reword a single comment

This commit is contained in:
Connor Olding 2024-06-12 17:32:12 -07:00
parent f2cb32bf2c
commit 4b258dff4c

View File

@ -22,7 +22,7 @@ preload() { ### @- handle dependencies within the [`~/sh/`](/sh) directory.
[ $? -eq 0 ] \
|| exit 2 # this `exit 2` is just for zsh and bash;
# dash and ash do it automatically.
# zsh actually uses some other return value,
# zsh actually uses some other exit code,
# but we use 2 anyway since everything else uses 2.
shift # pop the queue
done