summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-28 12:57:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-28 12:57:41 +0200
commite3b2e920b569b68bbecd81b36ec29fcde1f9e95d (patch)
tree6719f1c91a9a0b158a2123db6e1eda3612fe2dba /etc/.zshrc
parentcbee50710e4250722cc5ada826f3eb2f88014cb2 (diff)
Add fehe{,r} aliases
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 0980d9b..ae1ea48 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -486,6 +486,8 @@ if [[ -e /tmp/.x-started ]] { #{{{
# x - slideshow, seconds will be specified on commandline
# (like "fehfrx 7 .")
# The themes are defined in ~/.fehrc
+ alias fehe='feh -Texif'
+ alias feher='feh -Texif --recursive'
alias fehf='feh -Tfs'
alias fehfr='feh -Tfs --recursive'
alias fehi='feh .fehindex.jpg'