summaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile5
1 files changed, 1 insertions, 4 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 526b43f..ab5dfcc 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -1,6 +1,3 @@
. ~/.profile
-if [[ $- == *i* ]]; then . ~/.bashrc; fi
-
-# If running from tty1 start sway
-[ "$(tty)" = "/dev/tty1" ] && exec sway \ No newline at end of file
+if [[ $- == *i* ]]; then . ~/.bashrc; fi \ No newline at end of file