summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-10-08 14:50:51 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-10-08 14:50:51 +0200
commitfaf9ee9584c36f6a0f72b3aa4a1227fb6e2b3801 (patch)
tree0dc85dccb1582b7a65a0eec454629bb0b2870209
parent727c6e15003c6313cc15cd11e2e29716188fbc8c (diff)
downloaddotfiles-faf9ee9584c36f6a0f72b3aa4a1227fb6e2b3801.tar.gz
dotfiles-faf9ee9584c36f6a0f72b3aa4a1227fb6e2b3801.tar.xz
zshrc: new yql alias
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 593e3fe..30e253b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -498,6 +498,7 @@ alias yr='yaourt -Rs'
alias yrc='yaourt -Rcs'
alias yrn='yaourt -Rns'
alias yqo='yaourt -Qo'
+alias yql='yaourt -Ql'
# too long to remember
alias asciidoc_full='asciidoc -a icons -a toc'