diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-02-10 17:18:55 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-02-10 17:18:55 -0600 |
commit | fe329badb98497779764af68fe6da14247fbb3c0 (patch) | |
tree | 3d9873983cc22ff8afa9a554a56d160f0c1ea705 /fix-dotfile-paths.sh | |
parent | 21622b46b46b49cf0d7f7b17711f776ff2b43f53 (diff) | |
parent | 16920ce482c299951477d658e08149975b21ff0d (diff) |
Merge branch 'main' into test
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 1ce5147..f804271 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -21,7 +21,7 @@ create_ls_entry () { mv "$file" "$tmp" fi if [ "$file" = ".wallpaper" ]; then - echo "- [[https://wallhaven.cc/w/83y8ey][=.wallpaper=]]" >> index.org + echo "- [[https://wallhaven.cc/w/n66pex][=.wallpaper=]]" >> index.org elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then new_file=$(echo "$file" | sed 's/\.org$//') html=$(echo "$file" | sed 's/\.org$/\.html/') |