aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2018-02-06 02:33:29 -0500
committertdro <tdro@users.noreply.github.com>2018-02-06 02:33:29 -0500
commit4efdd8c3e27915669b18dcfdc17a7d92defbaa9c (patch)
tree61ae243267d2826385a3f9e98420902c49b67239 /.bash_profile
parentd7519967831eca7026aa9a420ef538ce70e6918b (diff)
downloaddotfiles-4efdd8c3e27915669b18dcfdc17a7d92defbaa9c.tar.gz
dotfiles-4efdd8c3e27915669b18dcfdc17a7d92defbaa9c.tar.bz2
dotfiles-4efdd8c3e27915669b18dcfdc17a7d92defbaa9c.zip
dotfiles: update
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 4a7782e..709ee66 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,7 +1,7 @@
# ~/.bash_profile
-[[ -f ~/.bashrc ]] && . ~/.bashrc
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > /dev/null 2>&1
-
# add php composer path
export PATH="${PATH}:~/.config/composer/vendor/bin/"
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > /dev/null 2>&1