summaryrefslogtreecommitdiff
path: root/Rexfile
diff options
context:
space:
mode:
Diffstat (limited to 'Rexfile')
-rw-r--r--Rexfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rexfile b/Rexfile
index 4c1f5b0..6c11a47 100644
--- a/Rexfile
+++ b/Rexfile
@@ -4,7 +4,7 @@ use Rex::Logger;
our $HOME = $ENV{HOME};
# In a public Git rapository.
-our $DOT = "$HOME/git/conf/dotfiles";
+our $DOT = "$HOME/git/dotfiles";
# In a private Git repository.
our $DOT_PRIVATE = "$HOME/git/conf_private/dotfiles";
@@ -250,7 +250,7 @@ task 'home_quickedit', sub {
my %symlinks = (
'data' => "$HOME/data/",
'Documents' => "$HOME/Documents//",
- 'dotfiles' => "$HOME/git/conf/dotfiles/",
+ 'dotfiles' => "$HOME/git/dotfiles/",
'foo.zone-gemtext' => "$HOME/git/foo.zone-content/gemtext//",
'Notes' => "$HOME/Notes/",
'public-snippets' => "$HOME/git/conf/snippets//",