skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.86k stars 111 forks source link

alias in .zshrc doesn't work #198

Closed GopherJ closed 4 years ago

skywind3000 commented 4 years ago

Your zsh configuration is for interactive shell only.

read this:

https://askubuntu.com/questions/879364/differentiate-interactive-login-and-non-interactive-non-login-shell

GopherJ commented 4 years ago

ok thanks

cnlzxin commented 3 years ago

put your alias in ~/.zshenv, this question helps me.