-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from zdharma-continuum/feat/zsh-5.9
- Loading branch information
Showing
5 changed files
with
354 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# zinit package for zsh [5.9-tcsetpgrp] | ||
# Generated by zinit-pkg-gen.sh | ||
# 2023-05-27T11:19:50+02:00 | ||
AUTHOR='' | ||
DESCRIPTION='Zsh – the programmer'\''s shell' | ||
LICENSE='' | ||
MESSAGE='' | ||
NAME='zsh' | ||
PARAM_DEFAULT='' | ||
REQUIREMENTS='cc;make;cp;rm' | ||
URL='https://github.com/zsh-users/zsh' | ||
VERSION='5.9.0' | ||
|
||
zinit \ | ||
as'null' \ | ||
atclone'git checkout --quiet zsh-5.9; | ||
./.preconfig; | ||
m {nl}{hi}Building Zsh{…}; | ||
CPPFLAGS='\''-I/usr/include -I/usr/local/include'\'' CFLAGS='\''-g -O2 -Wall'\'' LDFLAGS='\''-L/usr/libs -L/usr/local/libs'\'' ./configure --with-tcsetpgrp --prefix="$ZPFX" >/dev/null && | ||
{ type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; | ||
((0)); | ||
} && | ||
{ make install; | ||
((1)); | ||
} || make install.bin install.fns install.modules } >/dev/null && | ||
{ type sudo &>/dev/null && | ||
[[ -e /bin/zsh ]] && | ||
sudo mv /bin/zsh /bin/zsh.bkp && | ||
sudo cp -vf Src/zsh /bin/zsh; | ||
((1)); | ||
} && | ||
m {ok}The build succeeded. || m {failure}The build failed.' \ | ||
atpull'%atclone' \ | ||
countdown \ | ||
git \ | ||
id-as'zsh-users/zsh' \ | ||
lucid \ | ||
nocompile \ | ||
nocompletions \ | ||
for @zsh-users/zsh | ||
|
||
# vim: set ft=zsh et ts=2 sw=2 : |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# zinit package for zsh [5.9] | ||
# Generated by zinit-pkg-gen.sh | ||
# 2023-05-27T11:19:33+02:00 | ||
AUTHOR='' | ||
DESCRIPTION='Zsh – the programmer'\''s shell' | ||
LICENSE='' | ||
MESSAGE='' | ||
NAME='zsh' | ||
PARAM_DEFAULT='' | ||
REQUIREMENTS='cc;make;cp;rm' | ||
URL='https://github.com/zsh-users/zsh' | ||
VERSION='5.9.0' | ||
|
||
zinit \ | ||
as'null' \ | ||
atclone'git checkout --quiet zsh-5.9; | ||
./.preconfig; | ||
m {nl}{hi}Building Zsh{…}; | ||
CPPFLAGS='\''-I/usr/include -I/usr/local/include'\'' CFLAGS='\''-g -O2 -Wall'\'' LDFLAGS='\''-L/usr/libs -L/usr/local/libs'\'' ./configure --prefix="$ZPFX" >/dev/null && | ||
{ type yodl &>/dev/null || { m -u2 {warn}WARNING{ehi}:{rst}{warn} No {cmd}yodl{warn}, manual pages will not be built.; | ||
((0)); | ||
} && | ||
{ make install; | ||
((1)); | ||
} || make install.bin install.fns install.modules } >/dev/null && | ||
{ type sudo &>/dev/null && | ||
[[ -e /bin/zsh ]] && | ||
sudo mv /bin/zsh /bin/zsh.bkp && | ||
sudo cp -vf Src/zsh /bin/zsh; | ||
((1)); | ||
} && | ||
m {ok}The build succeeded. || m {failure}The build failed.' \ | ||
atpull'%atclone' \ | ||
countdown \ | ||
git \ | ||
id-as'zsh-users/zsh' \ | ||
lucid \ | ||
nocompile \ | ||
nocompletions \ | ||
for @zsh-users/zsh | ||
|
||
# vim: set ft=zsh et ts=2 sw=2 : |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.