Back to Bas(h)ics: leaving zsh for now
Iāve used zsh for nearly two years now. I have a custom setup with autocompletion and a good looking prompt. Recently Iāve been diving deeper into bash scripting, following tutorials by rwxrob. He emphasizes all the time that it is much better to stick to bash instead of zsh. Advantages of using bash: the default Linux shell available on any Linux system full documentation available anywhere at all times with man bash free software less dependent on external plugins and configurations more portable practice by working on the command line The fact that working on the commandline is already coding convinced me to leave my beloved customized prompt behind (for now) and go back to the basics. ...