]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - bash_completion/autorandr
Fixed bash-completion (Lacked an `else')
[deb_pkgs/autorandr.git] / bash_completion / autorandr
index 61de0bb4f9344322b5c0d46e68975fab2ae5fac4..7a8b81b5dc4d0714619c5e3bbdd760d78ba20dd3 100644 (file)
@@ -12,6 +12,8 @@ _autorandr ()
        lopts="--help --change --save --load --default --force --fingerprint --config --dry-run"
        if [ -d ~/.autorandr ]; then
                prfls="`find ~/.autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
+       elif [ -d ~/.config/autorandr ]; then
+               prfls="`find ~/.config/autorandr/* -maxdepth 1 -type d -printf '%f\n'`"
        else
                prfls=""
        fi