summaryrefslogtreecommitdiff
path: root/etc/alias
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-09 16:43:18 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-09 16:43:18 +0200
commit34fd9fb946af6c4c977961d5dddbdb27683d2337 (patch)
tree9a01040be56051ec5b98daffa7d86f7da0d9d58c /etc/alias
parent299e276c55154c3744a917c79ac3d3dd81946065 (diff)
etc/alias/short: Added rd for rmdir
Diffstat (limited to 'etc/alias')
-rw-r--r--etc/alias/short2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/alias/short b/etc/alias/short
index 4ee3e5f..3b068e5 100644
--- a/etc/alias/short
+++ b/etc/alias/short
@@ -100,6 +100,8 @@ alias lsz='tar tvzf'
# Automatically upload screenshot plzkthx
alias putscreen='FILE=$(screenshot); put $FILE; unset FILE'
+alias rd='rmdir'
+
# Useful when a beamer is connected to my laptop
alias rplayer='mplayer -vo x11 -zoom -vf scale=1024:-2'