From be07b304b3bcb8db2d898a41132a094146d90eab Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 29 Jul 2018 12:35:17 -0400 Subject: [PATCH] old bash_profile deleted --- .bash_profile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 2941fb6..0000000 --- a/.bash_profile +++ /dev/null @@ -1,15 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -export PATH="$PATH:$HOME/.scripts" -export EDITOR="vim" -export TERMINAL="st" -export BROWSER="firefox" - -# Uncomment lines below to autostart i3 when logged in: -#if [[ "$(tty)" = "/dev/tty1" ]]; then - #pgrep i3 || exec startx -#fi