summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile15
1 files changed, 0 insertions, 15 deletions
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