diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 23:51:34 +0200 |
| commit | 88d2c9ac867e92d482dbeea5e5fc759b1f195cdf (patch) | |
| tree | 010adb2d211d54a60737f975b293265dc634d563 /Rexfile | |
| parent | f408ae894e4e10bbf4358c7c07bb9618ef1353e4 (diff) | |
fix path
Diffstat (limited to 'Rexfile')
| -rw-r--r-- | Rexfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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//", |
