pztrn
5de20407af
- Aliases now can be loaded from "aliases" directory, both in $HOME and in sources tree. - Some useful aliases for Arch Linux added.
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# Some good default aliases for Arch Linux.
|
|
|
|
if [ "${OS_RELEASE/ARCH}" != "${OS_RELEASE}" ]; then
|
|
alias yasearch="yaourt -Ss"
|
|
alias yadel="yaourt -Rddd"
|
|
alias yainstall="yaourt -S"
|
|
alias sysupdate="yaourt -Syua"
|
|
fi
|