summaryrefslogtreecommitdiff
path: root/roles/shell/bash/templates/bashrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r--roles/shell/bash/templates/bashrc.j22
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"
31alias psp="pstree -aUp $USER" 31alias psp="pstree -aUp $USER"
32alias info='info -v active-link-style=yellow,bold -v link-style=yellow' 32alias 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
36if [[ -d "$XDG_DATA_HOME/bash_completion" ]]; then 34if [[ -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"