How can i make it work with Antigen
Dentrax opened this issue · 5 comments
Question
I installed this plugin via Antigen. It installed and loaded successfully. But somehow it didn't work. I couldn't find the install script that called init.sh
. What should I do as an extra? How can i make it work with Antigen? Installation process for Antigen is not written on.
Thanks!
Considerations
Script:
antigen bundles <<EOB
b4b4r07/enhancd
EOB
antigen apply
OS: Arch
Hi @Dentrax
You can you my fork.
Just one last commit on my branch fix this issue.
https://github.com/CHNB128/enhancd
@jorgebucaran Thanks, but still I am not so sure how to use it with Antigen. Can you please add an installation guide for Antigen users?
I have installed it successfully, but it says: Seems b4b4r07/enhancd is already installed!
But still $ which cd
returns: cd: shell built-in command
What I am missing exactly? Why we need a init.sh
script to initialize this? I just do not want to put a file in ~/
directory.
You don't need to put init.sh
file to your home directory. This is just a script file like a entry point in enhancd. For antigen users, you need to read enhancd.plugin.zsh
file.