summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-28 19:05:52 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-28 19:05:52 +0200
commit1dd57db3fba94434cc1b0a2e77d3f07fd92e8e8a (patch)
tree12c3180efa56ccc94d398e4b419cf71e3720a394
parentef61aed94e0a84e09873629319000d813926dca6 (diff)
Slightly reorder aliases
-rw-r--r--etc/.zshrc25
1 files changed, 12 insertions, 13 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 87fc17e..8de8f86 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -320,10 +320,6 @@ alias todo='noglob todo -f +children'
alias vim='vim -p'
-alias icq='dtach -A ~/.dtach.ysm ysm'
-alias irc='dtach -A ~/.dtach.irssi irssi'
-alias jabber='dtach -A ~/.dtach.mcabber mcabber'
-
# }}}
# {{{ Font
@@ -359,6 +355,8 @@ alias allr='for i in **/*;'
# }}}
# {{{ Misc
+alias dent='twidge update'
+
alias dua='du --apparent-size'
alias lasth='last | head -$((LINES-1))'
@@ -366,6 +364,11 @@ alias lasth='last | head -$((LINES-1))'
alias fbif='fbi -a'
alias fbij='fbi -a -u'
+alias icq='dtach -A ~/.dtach.ysm ysm'
+alias irc='dtach -A ~/.dtach.irssi irssi'
+alias jabber='dtach -A ~/.dtach.mcabber mcabber'
+alias safe='dtach -c /tmp/.dtach.$$'
+
for i in ~/var/gtd/*(.N); {
alias gtd-${i:t}='todo --database '${i}
}
@@ -374,23 +377,19 @@ alias lsi='feh --list'
alias lst='tar -tvf'
alias lsz='unzip -l'
+alias mate='decrement ~/stuff/$(cat ~/var/tmp/.actual-location)/mateguthaben'
+
alias nb='newsbeuter'
alias nbr='newsbeuter -r'
alias rd='rmdir'
-alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
-
-# Mateguthaben in CCC-Erfas u.รค.
-alias mate='decrement ~/stuff/$(cat ~/var/tmp/.actual-location)/mateguthaben'
-
-alias x='unsetopt bg_nice; startx &! exit'
-
alias readahead='cat **/*(-.) > /dev/null'
-alias safe='dtach -c /tmp/.dtach.$$'
+alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\
+ "--log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
-alias dent='twidge update'
+alias x='unsetopt bg_nice; startx &! exit'
alias xxz='xz -v -9 -M 800M'