summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-03 19:03:21 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-03 19:03:21 +0200
commit6c518aeb29b3a9c4f5040be6a62db9ecef796e0d (patch)
treebae931b16d28a7bcacb40dc5e0522ce7a356c9f2 /etc/.zshrc
parent37249b3ca3cc1c4d0c37767314f2ea721a25763e (diff)
.zshrc: Add alias for feh thumbnails without filenames
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 5587e7d..974990c 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -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)'