Fix
This commit is contained in:
parent
22e1eccdd2
commit
8537473184
|
@ -155,7 +155,9 @@ configure_zsh() {
|
||||||
info "you don't have root, but you can run 'exec zsh' at the end of your bashrc"
|
info "you don't have root, but you can run 'exec zsh' at the end of your bashrc"
|
||||||
yes_no_ask "do you wish to do that ?"
|
yes_no_ask "do you wish to do that ?"
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "\nexec zsh\n" >> $HOME/.bashrc
|
echo >> $HOME/.bashrc
|
||||||
|
echo "exec zsh" >> $HOME/.bashrc
|
||||||
|
echo >> $HOME/.bashrc
|
||||||
else
|
else
|
||||||
info "not doing anything"
|
info "not doing anything"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue