diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-29 21:45:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-29 21:45:51 +0200 |
commit | b4b4bd9ddc2dc607d64c64566e74d85063f7b457 (patch) | |
tree | a1cb3d07cd36c67ae3421d3cd57f5fe8fb0c0a22 /etc | |
parent | c4892f6c6f50392921e9ac4f1b0aeb9faf6fe332 (diff) |
zshrc: Add exifprobe alias
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -292,6 +292,8 @@ alias mv='mv -i' alias pmount='pmount -A' +alias exifprobe='exifprobe -Rc' + alias find='noglob find' alias man='man -a' |