diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-03 19:03:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-03 19:03:21 +0200 |
commit | 6c518aeb29b3a9c4f5040be6a62db9ecef796e0d (patch) | |
tree | bae931b16d28a7bcacb40dc5e0522ce7a356c9f2 /etc | |
parent | 37249b3ca3cc1c4d0c37767314f2ea721a25763e (diff) |
.zshrc: Add alias for feh thumbnails without filenames
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -451,8 +451,10 @@ if [[ -e /tmp/.x-started ]] { #{{{ alias fehfx='feh -Tfs --slideshow-delay' alias fehjrx='feh -Trfs --recursive --slideshow-delay' alias fehfrx='feh -Tfs --recursive --slideshow-delay' - alias feht='feh -Tthumbnail' - alias fehtr='feh -Tthumbnail --recursive' + alias feht='feh -Tthumb' + alias fehtr='feh -Tthumb --recursive' + alias fehtn='feh -Tthumb_nt' + alias fehtnr='feh -Tthumb_nt --recursive' alias putscreen='put $(screenshot)' |