typos are the tricky to spot! Many thanks - it worked a charm!
chewblacka
@chewblacka
I'm getting a strange error - I can't seem to load bundles from the command line any more. They work fine in my .zshrc, and themes are working, but when I attempt to load bundles I get e.g. "Installing github.com/lein... Error! Activate logging and try again."
chewblacka
@chewblacka
ok I've enabled logging and it seems to be an issue finding the correct git repository. E.g. when I try to load the bundle fasd I get the error: "fatal: repository 'https://github.com/fasd.git/' not found"
chewblacka
@chewblacka
ok managed to fix the problem thanks to the logging!
DC*
@desyncr
yay logging! :clap:
Frysco
@frysco_twitter
Hi - I have a question relating to antigen. When I am doing 'sudo -Es' I get a message of "zsh compinit: insecure directories and files, run compaudit for list.", and when I do that, I see directories under ~/.antigen/bundles/{robbyrussell,zsh-users} All directories under there are owned by my user, and permissions are 700 on each directory. Wondering a) what exactly makes a directory insecure, and b) how to fix this issue so I don't get that message when I 'sudo -Es'
Kaleb Elwert
@belak
@desyncr Hey, quick question - I'm playing around with a personal framework meant to be used with antigen (or any plugin manager, really)... is there a way to get antigen to load out of repo/name rather than repo/plugins/name when using the short form?
Kaleb Elwert
@belak
I've been fighting with prezto too much lately - I feel like I may end up ruffling a few feathers with this... >_<
Kaleb Elwert
@belak
Hm, weird now it's just working without using repo/plugins/name
Arti Villa
@artivilla_twitter
Hey guys, I've tried several methods already but I can't get my iterm to stop throwing these errors: /Users/chandoka/.zshrc:20: command not found: antigen-bundle Is antigen not loading?
I've also tried homebrew and running into the same issue.
and when I source my ~/.zshrc file it says Seems robbyrussell/oh-my-zsh is already installed! for all the plugins so I'm not sure.
cduong13
@chrisduong
Try antigen bundle
Arti Villa
@artivilla_twitter
@chrisduong ? is that a pkg?
Gerry Agbobada
@gagbo
Hello, does someone use tmux with antigen ?
If I start tmux with only 'tmux', .zshrc is sourced twice and it breaks plugins in cache
if I start tmux with 'tmux new zsh', I suppose that the .zshrc is not even sourced once, and I have exactly what I expect with 'tmux' (aka a shell in tmux ready to go, without breaking)
"breaking" meaning that the prompt theme is zsh default, and when I change theme with antigen theme robbyrussell, I have messages from zsh telling that git_prompt_info is not found
_
it goes back to normal if I antigen reset and start a new terminal emulator
I supposed it was the cache but I'm really not sure
It didn't work. I guess I'll just go back to maintaining multiple repos then, I just have no idea at this point
Ben Klein
@robobenklein
If it is really just a problem of sourcing the rc multiple times, just set ZSHRC_LOADED=true at the end and do a check for it in the beginning, but I think it would be something else causing the problem
and it's not partly the problem that you have both an antigenrc and a zshrc? Just wondering how that is set up
Gerry Agbobada
@gagbo
I used to try antigenrc to see if it changed the behaviour. Nothing changed so I removed the call to antigenrc in zshrc
I did not clean up the antigenrc file, but since I don't call antigen init in zshrc now it doesn't matter