--- a/.xinitrc Sat Jul 07 12:49:51 2012 +0300
+++ b/.xinitrc Sun Jul 08 13:59:21 2012 +0300
@@ -1,7 +1,7 @@
#!/bin/bash
-if [[ -f ~/.bash_path ]]; then
- . ~/.bash_path
+if [[ -f ~/.bashenv ]]; then
+ . ~/.bashenv
fi
# Load custom settings (user editable).
if [[ -f ~/.bash_custom ]]; then