Package Details: zsh-you-should-use 1.7.3-1

Git Clone URL: https://aur.archlinux.org/zsh-you-should-use.git (read-only, click to copy)
Package Base: zsh-you-should-use
Description: ZSH plugin that reminds you to use existing aliases for commands you just typed
Upstream URL: https://github.com/MichaelAquilina/zsh-you-should-use
Licenses: GPL3
Submitter: sumner
Maintainer: sumner
Last Packager: sumner
Votes: 8
Popularity: 0.91
First Submitted: 2018-04-03 15:28 (UTC)
Last Updated: 2020-06-18 15:21 (UTC)

Latest Comments

cwrau commented on 2024-03-08 09:18 (UTC)

Could you (also) install the plugin under its full name?

The following commands works;

  install -m644 "${srcdir}/${pkgname}-${pkgver}/you-should-use.plugin.zsh" \
    "${pkgdir}/usr/share/zsh/plugins/${pkgname}/${pkgname}.plugin.zsh"

or

  ln -s "/usr/share/zsh/plugins/${pkgname}/you-should-use.plugin.zsh" "${pkgdir}/usr/share/zsh/plugins/${pkgname}/${pkgname}.plugin.zsh"

that way frameworks like oh-my-zsh can just work with this plugin out of the box.