Attempting to carve out a sensible chunk of stuff for a dotfiles repo.
Sure hope I didn't miss any super secret crap :-P
This commit is contained in:
3
bash_completion.d/xinit
Normal file
3
bash_completion.d/xinit
Normal file
@@ -0,0 +1,3 @@
|
||||
complete -W "$(cat $HOME/.xinitrc | awk '/^ *exec/ { print $2 }' | sed 's/\$.*//g')" -o default xinit
|
||||
|
||||
# vim:filetype=sh
|
Reference in New Issue
Block a user