new service: atuin
This commit is contained in:
parent
58782c2d75
commit
3baf00e958
2 changed files with 7 additions and 0 deletions
1
atuin/log/run
Symbolic link
1
atuin/log/run
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../log
|
6
atuin/run
Executable file
6
atuin/run
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue