zsh read is weird
This commit is contained in:
parent
f7e6748cfe
commit
ad36d17f23
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ if [ -d "$HOME/.emacs.d" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Select Stable or Develop
|
#Select Stable or Develop
|
||||||
read -n1 -p $"Should we use the development version of emacs? \n" dist
|
if read -q "REPLY?Should we use the development version of emacs? \n"; then
|
||||||
if [[ $dist = y ]] then
|
|
||||||
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
||||||
else
|
else
|
||||||
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue