diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 11:39:07 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-29 11:39:07 -0600 |
commit | 445a5ff792bac6cebec0749c85504ec5a947375b (patch) | |
tree | c11ee236426d1f5959e5a69c5924f4e956f314f9 /fix-dotfile-paths.sh | |
parent | c54e33b4fa1c19d1886b8ea339d9fab1d04231ab (diff) |
cleanup dotfiles
Diffstat (limited to 'fix-dotfile-paths.sh')
-rwxr-xr-x | fix-dotfile-paths.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index f687060..f0a0aba 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -56,7 +56,7 @@ find -- . -maxdepth 1 -type d | sed '/\(^\.$\|^\.\/\.git$\|\.\/common\)/d' | whi echo creating root "$root" root=$(echo "$root" | sed 's/\(\.\/\|\/$\)//') echo root after cleanup: "$root" - echo "- [[https://jjanzen.ca/dotfiles/${root}][${root}]]" >> index.org + echo "- [[${root}][${root}]]" >> index.org cd "$root" || exit create_dir_tree "$root" cd ~/dotfiles || exit |