DEV Community

[Comment from a deleted post]
 
tux0r profile image
tux0r • Edited

zsh (and bash) support for git is much better than in Powershell

If you're after Git, there's posh-git to save you. Still much less overhead than a complete Linux distribution.

Powershell threats everything as an object and that could be problematic in some cases

I agree.

at home, I'm working on Ubuntu so that I can use some scripts in both environments (Windows/Linux)

OK, this is relevant because it does make a difference. :-) I understand.

 
rafalpienkowski profile image
Rafal Pienkowski

I didn't know posh-git before. Thanks for sharing it.

Cheers

 
jeoxs profile image
José Aponte

I also love Zsh. Of course, the only reason I would use Bash over ZSH is the '/dev/tcp' and '/dev/udp' capabilities.