From ae3ee40122874b15242821249e101147f573b508 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 10 Nov 2018 08:11:36 +0100 Subject: [PATCH] Add stgit completion --- roles/shell/bash/templates/bashrc.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 2018f55..fff19f7 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 @@ -29,6 +29,8 @@ alias rm="rm -i" alias psp="pstree -aUp $USER" alias dotdrop="dotdrop --cfg $XDG_CONFIG_HOME/dotdrop/config.yaml" +[[ -f /usr/share/stgit/completion/stgit-completion.bash ]] && . /usr/share/stgit/completion/stgit-completion.bash + {% if role.get(profile) == "fretlink" %} ##### Some Fretlink aliases alias getDump='s3cmd -c <(pass show Travail/Fretlink/S3) get ' -- 2.41.0