1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 11:10:28 +00:00
prezto/modules/pacman/yaourt.zsh

19 lines
262 B
Bash
Raw Normal View History

2012-06-30 21:29:30 +00:00
#
# Defines Yaourt aliases.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2012-08-04 18:48:32 +00:00
#
# Aliases
#
2012-06-30 21:29:30 +00:00
# Disable color.
if ! zstyle -t ':prezto:module:pacman:yaourt' color; then
alias pacman='yaourt --nocolor'
2012-06-30 21:29:30 +00:00
fi
# Manages .pac* files.
alias pacc='yaourt -C'