about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
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];
 }