Package Details: prezto-git r1567.876f4265-1

Git Clone URL: https://aur.archlinux.org/prezto-git.git (read-only, click to copy)
Package Base: prezto-git
Description: Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.
Upstream URL: https://github.com/sorin-ionescu/prezto
Keywords: environment zsh
Licenses: MIT
Submitter: None
Maintainer: monson
Last Packager: monson
Votes: 60
Popularity: 0.030269
First Submitted: 2013-05-03 18:07 (UTC)
Last Updated: 2022-06-24 07:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

hzu commented on 2013-11-10 15:46 (UTC)

Ok this is the actual output: ~ ❯❯❯ which diff diff () { # undefined builtin autoload -XUz } I tried looking at all the config files but I can't seem to find any errors that might lead to the problem above.

hzu commented on 2013-11-10 15:28 (UTC)

I haven't used zsh before, so I hope my question is not too stupid. Anyway, with the default zsh and grml-config-zsh, my zsh is working perfectly fine. But when this is installed, the $PATH environment variable seems to be not set up properly. I've configured my ~/.zshenv, but it's still the same. When I try 'which diff' (as an example), I'll get something like this: diff () { #undefined } It's something similar. Does anyone know how to fix this?

<deleted-account> commented on 2013-08-27 12:02 (UTC)

The package is updated to not have a hardcoded version as it always fetches the newest code from git. Additionally, there are new cache-related fixes for node, perl and fasd modules. Those modules keep caches in their module folders. Therefore, they might have worked improperly or slowly before. Now their cache files are symlinked to /var/cache/prezto/$module/cache.zsh. Please report issues if you find any ;)

<deleted-account> commented on 2013-08-27 11:57 (UTC)

The point of Prezto is to modify and tweak it to suit your needs, that is correct. You can still do it using this system-wide install - every user has her own ~/.zshrc and ~/.zpreztorc files and can even have a custom, overriding Prezto installation in ~/.zprezto/ :) The system-wide install is convenient because it lets you upgrade Prezto core and modules for all users at once and lets you keep some basic default config that each user can modify further. That is very convenient when one has to launch zsh with `sudo -Hu someuser zsh` - you instantly get a prezto-enabled z shell that's using the global config!

DaveCode commented on 2013-06-22 00:41 (UTC)

The -git/-cvs/-svn package paradigm is common in AUR. https://aur.archlinux.org/packages.php?K=git https://aur.archlinux.org/packages.php?K=svn https://aur.archlinux.org/packages.php?K=cvs

DaveCode commented on 2013-06-22 00:09 (UTC)

@giddie You make a valid point for those so inclined. Another for those not is maintenance. Global AUR updates are easier to remember than git updates on several PCs atop AUR updates atop pacman updates. I prefer simple: pacaur -Syu and forget. As far as themes, I've been reviewing this fork, http://www.paradox.gd/posts/9-my-new-zsh-prompt

giddie commented on 2013-05-09 10:16 (UTC)

Hmm; I'm pretty sure the point of Prezto is that you modify and tweak it using git to suit your needs. I think people will miss out on that if they use a package like this. Personally, I'd recommend following the suggested installation method at the Github repository.

<deleted-account> commented on 2013-05-03 18:10 (UTC)

If you don't want tripple arrows in your prompt, put this into your ~/.zshrc: zstyle ':prezto:module:editor:info:keymap:primary' format ' %B%F{green}❯%f%b' zstyle ':prezto:module:editor:info:keymap:alternate' format ' %B%F{green}❮%f%b' And this, if you don't want the '...' completion loader: zstyle ':prezto:module:editor:info:completing' format ''