Change default shell from bash to zsh by default?

Weird different in functionality between bash and zsh which is sorta annoying in commands typing:

If i type lets say sudo apt upda and i press on Tap it will complete the word to update and put space to write the next word which will be like this:

sudo apt updasudo apt update if i type lets say && it will be like this sudo apt update &&

The bug:

in bash:

bash

sudo apt updasudo apt update sudo apt update &&

in zsh:

zsh

sudo apt updasudo apt update sudo apt update&&

hope it can be fixed.

1 Like