- EDITOR variable export fixed.

- Aliases now can be loaded from "aliases" directory, both in $HOME and in sources tree.
- Some useful aliases for Arch Linux added.
This commit is contained in:
2015-03-12 20:09:24 +05:00
parent 74fc927297
commit 5de20407af
5 changed files with 20 additions and 2 deletions

8
zsh/aliases/10-arch.conf Normal file
View File

@@ -0,0 +1,8 @@
# 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