.xinitrc
changeset 480 4d0ff0dfdeb9
parent 477 d0c29482707d
child 484 cf2e6576575c
equal deleted inserted replaced
479:b86a19ce8422 480:4d0ff0dfdeb9
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 if [[ -f ~/.bash_path ]]; then
     3 if [[ -f ~/.bashenv ]]; then
     4   . ~/.bash_path
     4   . ~/.bashenv
     5 fi
     5 fi
     6 # Load custom settings (user editable).
     6 # Load custom settings (user editable).
     7 if [[ -f ~/.bash_custom ]]; then
     7 if [[ -f ~/.bash_custom ]]; then
     8   . ~/.bash_custom
     8   . ~/.bash_custom
     9 fi
     9 fi