Compare commits

...

2 commits

2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ _sv()
COMPREPLY=( /var/service/* )
COMPREPLY+=( /home/hendrik/sv/* )
COMPREPLY=( ${COMPREPLY[@]##*/} )
COMPREPLY=( "${COMPREPLY[@]/README.md}" )
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
return
;;

View file

@ -2,5 +2,7 @@
export DISPLAY=:0
export SHELL=/bin/bash
cd /home/hendrik
exec 2>&1
exec sxhkd