new service: atuin

This commit is contained in:
crater2150 2025-08-04 21:12:32 +02:00
parent 58782c2d75
commit 3baf00e958
2 changed files with 7 additions and 0 deletions

6
atuin/run Executable file
View file

@ -0,0 +1,6 @@
#!/bin/zsh
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
export XDG_DATA_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/run/user/$UID}
exec 2>&1
exec atuin daemon