Change wiki to notes
All checks were successful
/ check (push) Successful in 45s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-14 07:58:39 +01:00
parent 4cc054d760
commit 4ef41f5d05
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
in in
{ {
"wiki-push" = "wiki-push" =
"rsync -avzP ${documents}/wiki nixedo.oliverdavies.uk:${documents} --delete --delete-after"; "rsync -avzP ${documents}/notes nixedo.oliverdavies.uk:${documents} --delete --delete-after";
}; };
}; };

View file

@ -17,7 +17,7 @@ in
]; ];
text = '' text = ''
echo "$(today2),$1" >> "$XDG_DOCUMENTS_DIR/wiki/2-areas/health-fitness/weight.csv" echo "$(today2),$1" >> "$XDG_DOCUMENTS_DIR/notes/2-areas/health-fitness/weight.csv"
weight weight
''; '';

View file

@ -14,7 +14,7 @@ in
coreutils coreutils
]; ];
text = ''tail "$XDG_DOCUMENTS_DIR/wiki/2-areas/health-fitness/weight.csv"''; text = ''tail "$XDG_DOCUMENTS_DIR/notes/2-areas/health-fitness/weight.csv"'';
}; };
}; };

View file

@ -63,7 +63,7 @@
bind-key -r f run-shell "tmux new-window tmux-sessionizer" bind-key -r f run-shell "tmux new-window tmux-sessionizer"
bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/wiki/todo.txt" bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/notes/todo.txt"
bind-key -r W split-window -h -c ~/Documents/wiki "nvim '+Telescope find_files'" bind-key -r W split-window -h -c ~/Documents/notes "nvim '+Telescope find_files'"
''; '';
} }