@SonoMichele I don't think you can, one of the reasons that I switched from fish to zsh is that it doesn't support the $ and ! shortcuts.
@sotolf Oh no, I started used fish only because it autocompletes commands and they are colored hahaha
@SonoMichele zsh can do the same if you add a couple of plugins :) I have the autocomplete and syntax highlighting as well in mine, I'll see if I can find them for you if you want them :)
@sotolf Oh, yeah if you can find them I’ll try it
@SonoMichele Also for a nice prompt p10k is pretty awesome :)
@sotolf oh ok thank you, I’ll try then
@SonoMichele the other option would be to put
if [[ $(ps --no-header --pid=$PPID --format=cmd) != "zsh" ]]
then
exec zsh
fi
like in my .bashrc here:
@sotolf oh ok thank you
@sotolf Ok I’ve added the two plugins too, but I’m using starship as prompt because I like it haha
@SonoMichele Starship is way slower than p10k and I don't like the look, so not for me, but just use what you like the most, I don't have to use your prompt :p
Other than that it works well? I hope you'll enjoy zsh :)
@sotolf Yeah you don’t have if you don’t like it hahah. And yes, it seems that everything is working well :)
@SonoMichele That's good to hear, zsh has some cool things by itself as well if you configure them in, and best of all the shortcuts that you're used to still works :) Also it's a bit quicker than fish :)
@sotolf Hahaha yep now I can do cd $_ and I’m happy
@SonoMichele I just used chsh it won't break anythign since unlike fish it's bash compatible, I have no problems with anything that I have running in zsh.
https://wiki.archlinux.org/index.php/Command-line_shell#Changing_your_default_shell