diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-09-28 12:57:41 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-28 12:57:41 +0200 | 
| commit | e3b2e920b569b68bbecd81b36ec29fcde1f9e95d (patch) | |
| tree | 6719f1c91a9a0b158a2123db6e1eda3612fe2dba | |
| parent | cbee50710e4250722cc5ada826f3eb2f88014cb2 (diff) | |
Add fehe{,r} aliases
| -rw-r--r-- | etc/.zshrc | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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'  | 
