|
|
|
|
|
by minamea
4782 days ago
|
|
After using zsh for a while I moved back to bash. The main reason is that I want to learn bash well, because I might be writing shell scripts in the future and I don't want to use zsh specific features in my scripts so I don't want to get used to them. |
|
How is this a worry?
The topline in your bash script is '#!/bin/bash'
Which tells the system 'run this with bash'.