Package Details: oh-my-zsh-git r7424.c690f7316-1

Git Clone URL: https://aur.archlinux.org/oh-my-zsh-git.git (read-only, click to copy)
Package Base: oh-my-zsh-git
Description: A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community
Upstream URL: https://github.com/ohmyzsh/ohmyzsh
Licenses: MIT
Submitter: phoenixlzx
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 473
Popularity: 3.55
First Submitted: 2012-10-24 12:04 (UTC)
Last Updated: 2024-11-03 11:29 (UTC)

Dependencies (7)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 Next › Last »

jyantis commented on 2015-04-03 16:52 (UTC)

Jswagner: This happens because the variable DISABLE_AUTO_UPDATE either doesn't exist in your zshrc or is after the sourcing of /usr/share/oh-my-zsh/oh-my-zsh.sh For new installs this is automatically setup for you in the: /usr/share/oh-my-zsh/zshrc file that you copy over to ~/.zshrc This wasn't noticeable before because the old PKGBUILD simply left that file in there so instead of you being alerted of an issue it just ran that bit of code every time. At least this way you know where to properly put the sourcing line. Your .zshrc file should have something that looks like this. In this order. ZSH=/usr/share/oh-my-zsh/ DISABLE_AUTO_UPDATE="true" ZSH_CACHE_DIR=$HOME/.oh-my-zsh-cache if [[ ! -d $ZSH_CACHE_DIR ]]; then mkdir $ZSH_CACHE_DIR fi source $ZSH/oh-my-zsh.sh

jswagner commented on 2015-04-03 07:46 (UTC)

Getting this message whenever a zsh session starts: zsh: can't open input file: /usr/share/oh-my-zsh/tools/check_for_upgrade.sh

jyantis commented on 2015-04-02 15:40 (UTC)

Sc0rian - I went ahead and removed the conflict for grml-zsh-config please let me know if you have any issues and I will see if I can find some type of workaround.

bcc commented on 2015-04-02 13:22 (UTC)

its a shame that grml-zsh-config conflicts, I used to enjoy running both.

jyantis commented on 2015-03-25 11:19 (UTC)

The cache issue was fixed. See this thread: https://github.com/robbyrussell/oh-my-zsh/issues/3700#issuecomment-85511183

jyantis commented on 2015-03-22 05:30 (UTC)

yochaigal - There are two ways to solve this. 1) set ZSH_CACHE_DIR="/tmp/zsh_cache" or your directory of choosing in your .zshrc file 2) sudo chmod 777 /usr/share/oh-my-zsh I am hesitant about setting such permissive permissions if there is away around it so I opted with a message on the post install that recommends people add this line to their .zshrc: ZSH_CACHE_DIR="/tmp/zsh_cache" I should probably change the template as well but would like some feedback first.

jyantis commented on 2015-03-22 02:40 (UTC)

I saw this was orphaned so I picked it up. chuckdaniels: I added your request on the conflicts.

yochaigal commented on 2015-03-22 02:19 (UTC)

I'm getting this error: _store_cache:46: permission denied: /usr/share/oh-my-zsh//cache//modules-3.19.1-1-ck When I try certain commands as root. I created an issue in oh-my-zsh github, here: https://github.com/robbyrussell/oh-my-zsh/issues/3700 Maybe something with the linux-ck modules?

chuckdaniels commented on 2015-03-19 12:17 (UTC)

It seems that there are compatibility problems with "grml-zsh-config" package (changing themes, etc.). Maybe that package could be added in PKGBUILD as conflictive. https://bbs.archlinux.org/viewtopic.php?id=182225

Nefelim4ag commented on 2015-02-20 20:37 (UTC)

@tjaart, okay, i've updated package.