]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/shell/bash/templates/bash_profile.j2
Some fixes
[perso/Immae/Config/Ansible.git] / roles / shell / bash / templates / bash_profile.j2
index f622f67556e1e684cac7b5b17b0289de639ed5b6..5be21a9a2e3cebd458b50cbab5862f705fba85c1 100644 (file)
@@ -2,7 +2,8 @@
 # This file is loaded thanks to as line in /etc/profile
 # test "$BASH" && test -r "$XDG_CONFIG_HOME/bash/bash_profile" && . $XDG_CONFIG_HOME/bash/bash_profile
 
-[[ -f $XDG_CONFIG_HOME/bash/bashrc ]] && . $XDG_CONFIG_HOME/bash/bashrc
+# Loaded by /etc/profile already
+# [[ -f $XDG_CONFIG_HOME/bash/bashrc ]] && . $XDG_CONFIG_HOME/bash/bashrc
 {% if "graphical_vt" in features.get(profile, []) %}
 
 if [[ ! $DISPLAY && $XDG_VTNR -eq {{ lookup('env', "XDG_VTNR") | default(1, true) }} ]]; then