Compare commits

...

2 Commits

Author SHA1 Message Date
a1346054 21ca3b5b91 trim excess whitespace 2021-09-13 22:52:20 +00:00
a1346054 e04d6e8f3f fix shellcheck warnings 2021-09-13 22:51:48 +00:00
4 changed files with 10 additions and 10 deletions

View File

@ -3,10 +3,10 @@
set -ex
for v in $(grep "^[^#]" ZSH_VERSIONS); do
mkdir zsh-$v
cd zsh-$v
mkdir "zsh-$v"
cd "zsh-$v"
curl -L https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v | tar xz --strip=1
curl -L "https://api.github.com/repos/zsh-users/zsh/tarball/zsh-$v" | tar xz --strip=1
./Util/preconfig
./configure --enable-pcre \
@ -22,5 +22,5 @@ for v in $(grep "^[^#]" ZSH_VERSIONS); do
cd ..
rm -rf zsh-$v
rm -rf "zsh-$v"
done

View File

@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
_zsh_autosuggest_bind_widgets() {
emulate -L zsh
local widget
local widget
local ignore_widgets
ignore_widgets=(

View File

@ -193,7 +193,7 @@ _zsh_autosuggest_bind_widget() {
_zsh_autosuggest_bind_widgets() {
emulate -L zsh
local widget
local widget
local ignore_widgets
ignore_widgets=(