diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:23:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-07 00:23:20 +0200 |
commit | b300d588047737038a220f6957292d4cc3a0ebaf (patch) | |
tree | 38587ffb4a222319a4fa7d2d8f1a66a2e3745e4c /etc | |
parent | 5b0c0973ab59f17e4c9a93235db046abc5da3f9a (diff) |
etc/alias/short: fixed typo
Diffstat (limited to 'etc')
-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 |