From: Ismaƫl Bouya Date: Wed, 21 Nov 2018 19:31:12 +0000 (+0100) Subject: Completion for stgit is now in standard location X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAnsible.git;a=commitdiff_plain;h=7d0c1bb83d00a19b47643ec1e9a164f5d0d47680 Completion for stgit is now in standard location --- diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 0dc80c0..1357475 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 @@ -31,8 +31,6 @@ alias rm="rm -i" alias psp="pstree -aUp $USER" alias info='info -v active-link-style=yellow,bold -v link-style=yellow' -[[ -f /usr/share/stgit/completion/stgit-completion.bash ]] && . /usr/share/stgit/completion/stgit-completion.bash - if [[ -d "$XDG_DATA_HOME/bash_completion" ]]; then for i in $XDG_DATA_HOME/bash_completion/*; do [[ -f "$i" && -r "$i" ]] && . "$i"