Is there a way to run my zshell aliases inside vim, with the output going to a new split?
I\'m using oh-my-zsh\'s git aliases like gst, and I am unable
gst
Try
:set shell=zsh\ -l
And put the alias setting to ~/.zshenv
~/.zshenv
Here is the similar question terminal vim not loading .zshrc.