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