mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:59:03 -08:00
reword a single comment
This commit is contained in:
parent
f2cb32bf2c
commit
4b258dff4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue