diff options
author | Andinus <andinus@nand.sh> | 2020-08-28 01:23:19 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-28 01:23:19 +0530 |
commit | 9a68a8119a88ce42e7ab7384168e5bfe35d20a41 (patch) | |
tree | 5529080e6406572d27d71720b9eeddfd61661980 | |
parent | fdc444fae9ea570f59110f09db599d19ed254f0d (diff) | |
download | leo-9a68a8119a88ce42e7ab7384168e5bfe35d20a41.tar.gz |
Add fortunes directory to profile
-rwxr-xr-x | leo.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/leo.pl b/leo.pl index 52e8cfd..4f25186 100755 --- a/leo.pl +++ b/leo.pl @@ -35,8 +35,9 @@ my %profile = ( ); # Add more directories to %profile. -foreach my $tmp_prof (qw( emails music projects documents videos pictures - downloads .ssh .password-store .mozilla )) { +foreach my $tmp_prof (qw( emails music projects documents videos .ssh + downloads pictures .password-store .mozilla + fortunes )) { $profile{$tmp_prof} = [$tmp_prof]; } |