diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 20:31:12 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 20:31:12 +0100 |
commit | 7d0c1bb83d00a19b47643ec1e9a164f5d0d47680 (patch) | |
tree | 5343963c6aa1276534093f572922cacf5bdd0d1c /roles | |
parent | afdce38ee5834b056971275a60507e48703750bb (diff) | |
download | Ansible-7d0c1bb83d00a19b47643ec1e9a164f5d0d47680.tar.gz Ansible-7d0c1bb83d00a19b47643ec1e9a164f5d0d47680.tar.zst Ansible-7d0c1bb83d00a19b47643ec1e9a164f5d0d47680.zip |
Completion for stgit is now in standard location
Diffstat (limited to 'roles')
-rw-r--r-- | roles/shell/bash/templates/bashrc.j2 | 2 |
1 files changed, 0 insertions, 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" | |||
31 | alias psp="pstree -aUp $USER" | 31 | alias psp="pstree -aUp $USER" |
32 | alias info='info -v active-link-style=yellow,bold -v link-style=yellow' | 32 | alias info='info -v active-link-style=yellow,bold -v link-style=yellow' |
33 | 33 | ||
34 | [[ -f /usr/share/stgit/completion/stgit-completion.bash ]] && . /usr/share/stgit/completion/stgit-completion.bash | ||
35 | |||
36 | if [[ -d "$XDG_DATA_HOME/bash_completion" ]]; then | 34 | if [[ -d "$XDG_DATA_HOME/bash_completion" ]]; then |
37 | for i in $XDG_DATA_HOME/bash_completion/*; do | 35 | for i in $XDG_DATA_HOME/bash_completion/*; do |
38 | [[ -f "$i" && -r "$i" ]] && . "$i" | 36 | [[ -f "$i" && -r "$i" ]] && . "$i" |