From dd57915320737aaf58f6ca23e89d8cfd0bd093dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Sun, 19 May 2019 20:51:38 +0200 Subject: [PATCH] bash-completion: moved to XDG_DATA_HOME --- .environment.d/bash_completion.env | 1 - .../share/bash-completion}/completions/aws-auth | 0 2 files changed, 1 deletion(-) delete mode 100644 .environment.d/bash_completion.env rename {.bash_completion.d => .local/share/bash-completion}/completions/aws-auth (100%) diff --git a/.environment.d/bash_completion.env b/.environment.d/bash_completion.env deleted file mode 100644 index 13c9c48..0000000 --- a/.environment.d/bash_completion.env +++ /dev/null @@ -1 +0,0 @@ -BASH_COMPLETION_USER_DIR="${HOME}/.bash_completion.d" diff --git a/.bash_completion.d/completions/aws-auth b/.local/share/bash-completion/completions/aws-auth similarity index 100% rename from .bash_completion.d/completions/aws-auth rename to .local/share/bash-completion/completions/aws-auth