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