Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the executable zplug file in Ubuntu after apt install zplug?

Tags:

zsh

ubuntu

apt

I'm trying to test my dotfiles in ubuntu (in a docker container);

I'm using zplug, I already installed it via sudo apt install zplug, but the path isn't set properly (zsh: command not found: zplug).

So which directory has to be added to path to run zplug?

like image 622
buduboti Avatar asked Oct 18 '25 11:10

buduboti


1 Answers

I found init.zsh in /usr/share/zplug/init.zsh So, after $ source /usr/share/zplug/init.zsh I have zplug available

like image 191
user12905065 Avatar answered Oct 21 '25 01:10

user12905065