init
This commit is contained in:
18
.zprezto/modules/pacman/yaourt.zsh
Normal file
18
.zprezto/modules/pacman/yaourt.zsh
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# 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'
|
Reference in New Issue
Block a user