summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-07 17:55:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-07 17:55:57 +0100
commit98990398657a1a92cdafce1da67c1f73076d4ea9 (patch)
tree199c7f97163e44c9715618666aa363599139c21e /etc/.zshrc
parent2689e7aa527b1090b7f9411e2f482d602154fb5b (diff)
Add scanto alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 463ae44..298092b 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -392,6 +392,8 @@ alias remake='make clean; make && sudo make install'
alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\
" --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
+alias scanto='convert =(sudo scanimage -p -d hp4200:libusb:002:002)'
+
alias x='unsetopt bg_nice; startx &! exit'
alias xxz='xz -v -9 -M 800M'