diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:42:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-05 00:42:30 +0100 |
commit | 1e0ffa974c0c928ae88de3b121382fd386d4cb74 (patch) | |
tree | e590855b9f4afbb82e895a4fe23cf3d06397ff3d /helpers/check-feh-completion | |
parent | fb032db3ca07f42c225cb5630811894ed247c6b1 (diff) |
_feh: Add --bg-max/--info
Diffstat (limited to 'helpers/check-feh-completion')
-rwxr-xr-x | helpers/check-feh-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/check-feh-completion b/helpers/check-feh-completion index 2b08fb7..d84e9a5 100755 --- a/helpers/check-feh-completion +++ b/helpers/check-feh-completion @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -my $man_path = "$ENV{HOME}/packages/feh/man/feh.1"; +my $man_path = "$ENV{HOME}/var/code/feh/man/feh.pre"; my $comp_path = "$ENV{HOME}/packages/zsh/etc/completions/_feh"; my @options; |