This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Check shrc loadability by bash and zsh
undefined
10sr
10 years ago
parent
c4dd1eab15
commit
4f9a592779
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
test/run.sh
+ 4
- 1
test/run.sh
View File
@@ -8,9 +8,12 @@ top="$dir"/..
sh "$top"/setup.sh shrc_common
# shrc
cat <<__EOC__ | sh -si
for sh in sh bash zsh
do
cat <<__EOC__ | $sh -si
. "$top"/shrc || exit 1
__EOC__
done
# emacs
emacs --version
Write
Preview
Loading…
Cancel
Save