20250129.1738175405
This commit is contained in:
parent
0e436455c4
commit
c8974711bf
5 changed files with 8 additions and 3 deletions
|
@ -36,7 +36,7 @@ local opts = {
|
||||||
"zipPlugin",
|
"zipPlugin",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
checker = { enabled = true },
|
-- checker = { enabled = true },
|
||||||
change_detection = {
|
change_detection = {
|
||||||
notify = false,
|
notify = false,
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,5 @@
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
|
export TERM="tmux-256color"
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
|
|
|
@ -19,7 +19,7 @@ while true; do
|
||||||
fi
|
fi
|
||||||
OFFSET="$((OFFSET + 100))"
|
OFFSET="$((OFFSET + 100))"
|
||||||
else
|
else
|
||||||
LINKDATA=$(linkding bookmarks all)
|
LINKDATA="$(linkding bookmarks all)"
|
||||||
if [[ -z "$LINKDATA" ]]; then
|
if [[ -z "$LINKDATA" ]]; then
|
||||||
die "There is no data to fetch"
|
die "There is no data to fetch"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,8 +2,12 @@
|
||||||
Description=index promnesia
|
Description=index promnesia
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index
|
; ExecStart=/home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index
|
||||||
|
ExecStart=/bin/zsh -c '. /home/fz0x1/.zshrc && /home/fz0x1/.local/share/pipx/venvs/promnesia/bin/promnesia index'
|
||||||
StandardOutput=append:/tmp/promnesia-index.log
|
StandardOutput=append:/tmp/promnesia-index.log
|
||||||
StandardError=append:/tmp/promnesia-index.err
|
StandardError=append:/tmp/promnesia-index.err
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue