As a git package, I believe the proper way of doing this package is have it conflict and replace zsh-zim; so when there is a stable release there can be a git package and a release package.
Search Criteria
Package Details: zsh-zim-git r682.84c59ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zsh-zim-git.git (read-only, click to copy) |
---|---|
Package Base: | zsh-zim-git |
Description: | ZIM - Zsh IMproved |
Upstream URL: | https://github.com/zimfw/zimfw |
Keywords: | improved plugin theme vim zim zsh |
Licenses: | MIT |
Submitter: | ishitatsuyuki |
Maintainer: | carbolymer (Rhinoceros) |
Last Packager: | carbolymer |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-28 02:13 (UTC) |
Last Updated: | 2024-10-10 07:25 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
silverbluep commented on 2019-09-28 17:29 (UTC)
ishitatsuyuki commented on 2019-02-09 12:16 (UTC)
I don’t think that helps in any way. I already do that in the install file, and all you need is a rebuild and install of zsh-zim-git.
carbolymer commented on 2019-02-09 12:11 (UTC)
After each update, zsh floods the console with following error message: https://pastebin.com/A91n9eBR. The solution is to invoke:
sudo find /usr/lib/zim/modules -iname "*.zwc" -exec rm -f {} \;
and reinstal zsh-zim-git. I think this should be added to the prepare() in PKGBUILD.
ishitatsuyuki commented on 2017-10-22 01:43 (UTC)
A big thanks for investigating: the zimrc issue is fixed.
* ZIM_HOME is set in /etc/zsh/zshrc, and that's in the "backup" list so you may have to manually overwrite.
* I think the zwc issues should fix after a reinstall (with correct zshrc).
carbolymer commented on 2017-10-21 22:25 (UTC)
Oh boy, this last update really screwed up my ZSH. I had to fix following things:
* ZIM_HOME is set incorrectly to $HOME/.zim instead of /usr/lib/zim by /usr/lib/zim/init.zsh, despite using zshrc from this package
* /usr/lib/zim/templates/zimrc is not sourced somehow - no additional modules are loaded and "No such module" errors visible. Quick fix, add: source /usr/lib/zim/templates/zimrc in /usr/lib/zim/init.zsh:15
* liquidprompt theme is not available (probably because /usr/lib/zimrc wasn't sourced)
* zsh in tmux is spewing out "zcompare:zcompile:2: can't write zwc file" messages, quick fix: add &>/dev/null in /usr/lib/zim/templates/zlogin:16
I guess this should fix the errors observed by @vodi, @tembleking and @Shebang
ishitatsuyuki commented on 2017-10-21 04:45 (UTC)
- Do you see any errors?
- What happens if you run `zsh --login`?
I think it's something being wrong in /etc. Please check the files in the "backup" list of PKGBUILD.
Another suspect is the precompilation went wrong. Uninstalling and reinstall (not update) will recreate a clean cache.
vodi commented on 2017-10-20 17:42 (UTC)
Hi!
Detailed Problem description:
* Had zsh-zim-git installed and running before 2017-10-18
* updated zsh-zim-git via `pacaur -Syu'
* zim not loading when opening a new shell (e.g. prompt ist only `hostname%', C-r history search not working)
* i don't have zim-related config in my home folder - so not "something in their config"
* `source /etc/zsh/zshrc' does not change anything
If you need any additional infos (e.g. logs? configs?) let me know, I'm pleased to provide it.
If you have any suggestions how to get zim running, I'm open to try it.
Thank you for your effort maintaining this package for us
Shebang commented on 2017-10-20 01:06 (UTC)
ishitatsuyuki and vodi,
It is now working for me. I'm thinking vodi and tembleking may have something in their configs that is causing the issue.
Thanks for updating so quickly ishitatsuyuki
ishitatsuyuki commented on 2017-10-19 04:20 (UTC)
Works for me. Explain your problem in detail.
vodi commented on 2017-10-18 16:40 (UTC)
Hi!
I have the same problem as tembleking.
I updated the zsh-zim-git package with pacaur and after that zim doesn't get loaded.
I already tried uninstalling (/etc/zsh/zshrc was deleted) and reinstalling it, but it didn't work.
If you need additional infos, let me know.
Pinned Comments
carbolymer commented on 2021-01-11 21:41 (UTC) (edited on 2021-01-22 07:46 (UTC) by carbolymer)
Ugh, it was a PITA to create this package. Please note that errors are silenced, so if you have any issues with zim, remove
&>/dev/null
from your/etc/zshrc
- https://aur.archlinux.org/cgit/aur.git/tree/zshrc?h=zsh-zim-git&id=5a378e94d516c57d39629de545b78b0f020d86a4I had to do it this way:
$ZIM_HOME
is only writable by root and zim constantly tries to update & recompile itself (=write to$ZIM_HOME
), which results in permission errors when starting zsh as a normal user.If you want to add/remove a module:
zmodule
in/etc/zsh/zimrc
zimfw install && zsh