20250208.1739006942

This commit is contained in:
fz0x1 2025-02-08 10:29:02 +01:00
parent e8d8007700
commit de2cba38a6
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ workrave &
./activitywatch/aw-qt &
# watchdog
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;*.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;sync.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
watchmedo shell-command --pattern='*.journal;*.sh;*.log;*.prices;*.csv;*.py' --recursive --ignore-directories -W --command "~/.hledger/sync.sh" ~/.hledger/ &
sleep 1

View file

@ -12,6 +12,6 @@ alias open='xdg-open'
## docker
#export DOCKER_HOST=unix:///run/user/1000/docker.sock
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
#export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
## Flatpak
export PATH=$PATH:/var/lib/flatpak/exports/bin