Compare commits
2 Commits
533f58b559
...
c974498c72
Author | SHA1 | Date |
---|---|---|
fanyx | c974498c72 | |
fanyx | c1718db3f0 |
|
@ -19,6 +19,7 @@ _sv()
|
|||
COMPREPLY=( /var/service/* )
|
||||
COMPREPLY+=( /home/hendrik/sv/* )
|
||||
COMPREPLY=( ${COMPREPLY[@]##*/} )
|
||||
COMPREPLY=( "${COMPREPLY[@]/README.md}" )
|
||||
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
|
||||
return
|
||||
;;
|
||||
|
|
|
@ -2,5 +2,7 @@
|
|||
export DISPLAY=:0
|
||||
export SHELL=/bin/bash
|
||||
|
||||
cd /home/hendrik
|
||||
|
||||
exec 2>&1
|
||||
exec sxhkd
|
||||
|
|
Loading…
Reference in New Issue