- 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:
8
zsh/aliases/10-arch.conf
Normal file
8
zsh/aliases/10-arch.conf
Normal 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
|
Reference in New Issue
Block a user