From 7d0c1bb83d00a19b47643ec1e9a164f5d0d47680 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 21 Nov 2018 20:31:12 +0100 Subject: [PATCH] Completion for stgit is now in standard location --- roles/shell/bash/templates/bashrc.j2 | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.41.0