diff options
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-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" |