about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-08-28 01:23:19 +0530
committerAndinus <andinus@nand.sh>2020-08-28 01:23:19 +0530
commit9a68a8119a88ce42e7ab7384168e5bfe35d20a41 (patch)
tree5529080e6406572d27d71720b9eeddfd61661980 /leo.pl
parentfdc444fae9ea570f59110f09db599d19ed254f0d (diff)
downloadleo-9a68a8119a88ce42e7ab7384168e5bfe35d20a41.tar.gz
Add fortunes directory to profile
Diffstat (limited to 'leo.pl')
-rwxr-xr-xleo.pl5
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];
 }