summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-29 12:35:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-29 12:35:17 -0400
commitbe07b304b3bcb8db2d898a41132a094146d90eab (patch)
tree037a38b37a0eee6257aa50589babb3d7b2a40da9
parentb93dfe71c084a284f4dfb0e4d2ad43e8c0b08dff (diff)
downloadeibhear-be07b304b3bcb8db2d898a41132a094146d90eab.tar.gz
eibhear-be07b304b3bcb8db2d898a41132a094146d90eab.tar.zst
eibhear-be07b304b3bcb8db2d898a41132a094146d90eab.zip
old bash_profile deleted
-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