20250129.1738175405

This commit is contained in:
fz0x1 2025-01-29 19:30:05 +01:00
parent 0e436455c4
commit c8974711bf
5 changed files with 8 additions and 3 deletions

View file

@ -36,7 +36,7 @@ local opts = {
"zipPlugin",
},
},
checker = { enabled = true },
-- checker = { enabled = true },
change_detection = {
notify = false,
},

Binary file not shown.

View file

@ -1,4 +1,5 @@
# Path to your oh-my-zsh installation.
export TERM="tmux-256color"
export ZSH="$HOME/.oh-my-zsh"
setopt HIST_IGNORE_SPACE

View file

@ -19,7 +19,7 @@ while true; do
fi
OFFSET="$((OFFSET + 100))"
else
LINKDATA=$(linkding bookmarks all)
LINKDATA="$(linkding bookmarks all)"
if [[ -z "$LINKDATA" ]]; then
die "There is no data to fetch"
fi