6 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/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
 | 
