Browse Source
There are a number of things happening here. - Extra support for yaourt has been removed - Docs have been updated to explicitly call out that AUR helpers are not officially supported - aurutils has been suggested to make common operations easier - A utility function called aurget (similar to aurfetch from aurutils) has been added to make cloning AUR repos easier. Fixes #1531master
Kaleb Elwert
7 years ago
3 changed files with 24 additions and 46 deletions
@ -1,18 +0,0 @@ |
|||||||
# |
|
||||||
# Defines Yaourt aliases. |
|
||||||
# |
|
||||||
# Authors: |
|
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
|
||||||
# |
|
||||||
|
|
||||||
# |
|
||||||
# Aliases |
|
||||||
# |
|
||||||
|
|
||||||
# Disable color. |
|
||||||
if ! zstyle -t ':prezto:module:pacman:yaourt' color; then |
|
||||||
alias pacman='yaourt --nocolor' |
|
||||||
fi |
|
||||||
|
|
||||||
# Manages .pac* files. |
|
||||||
alias pacc='yaourt -C' |
|
Loading…
Reference in new issue