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