Merge remote-tracking branch 'public/patch-1'

* public/patch-1:
  added --config to bash completion
This commit is contained in:
Ondřej Vodáček 2013-12-15 18:40:28 +01:00
commit 118f2c6121

View File

@ -9,7 +9,7 @@ _autorandr ()
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="-h -c -s -l -d"
lopts="--help --change --save --load --default --force --fingerprint"
lopts="--help --change --save --load --default --force --fingerprint --config"
prfls="`find ~/.autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
case "${cur}" in