3 examples for zsh

{{ score }}
  # start z shell (much better than bash!)
zsh

# execute a command
zsh -c 
        
{{ score }}
  # Reload your .zshrc
# . 
        
{{ score }}
  # restart zsh as login shell
exec zsh -l