diff options
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/short b/etc/alias/short index 9dbd428..4ee3e5f 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -62,7 +62,7 @@ alias fehf='feh -Tfull' # Fullscreen alias fehfr='feh -Tfull --recursive' alias fehi='feh .fehindex.jpg' alias fehj='feh -Tjust' # Screensaver-like -alias fejr='feh -Tjust --recursive' +alias fehjr='feh -Tjust --recursive' for i in {5,10,15,20}; { alias fehj$i='feh -Tjust'$i alias fehf$i='feh -Tfull'$i |