summaryrefslogtreecommitdiffstatshomepage
path: root/bash
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-31 15:05:53 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-31 15:05:53 -0500
commitd90521b84226138fd59a82f00b35817c3dc6336a (patch)
treebfdc6288adb82d94a1d9426e23c2c5b2dbac383e /bash
parentdc3d3fa96c5c749682334f92efb99bc668fac2e1 (diff)
fix: move to tuigreet login manager
Diffstat (limited to 'bash')
-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