mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
superficial style tweak
This commit is contained in:
parent
f7c85ae9e5
commit
9f3301aa95
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ADDPATH "$HOME/sh"
|
||||||
# combine everything matching "YES_BASH" in ~/sh/ into ~/.sh-bash.
|
# combine everything matching "YES_BASH" in ~/sh/ into ~/.sh-bash.
|
||||||
# unlike zsh, we do not check the sha1sum of the output.
|
# unlike zsh, we do not check the sha1sum of the output.
|
||||||
cd ~/sh \
|
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)) \
|
| cat - $(grep -lF 'YES_BASH' $(find ~/sh -maxdepth 1 -type f)) \
|
||||||
> ~/.sh-bash
|
> ~/.sh-bash
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue