summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bash/.bash_profile5
-rw-r--r--zsh/.config/zsh/.zprofile3
-rw-r--r--zsh/.zshenv2
3 files changed, 2 insertions, 8 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
diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile
deleted file mode 100644
index 1b88dd5..0000000
--- a/zsh/.config/zsh/.zprofile
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# If running from tty1 start sway
-[ "$(tty)" = "/dev/tty1" ] && exec sway \ No newline at end of file
diff --git a/zsh/.zshenv b/zsh/.zshenv
index b66b1f9..79093cc 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -2,7 +2,7 @@
export XDG_CONFIG_HOME="$HOME"/.config
export XDG_CACHE_HOME="$HOME"/.cache
export XDG_DATA_HOME="$HOME"/.local/share
-export XDG_RUNTIME_DIR="$HOME"/.xdg
+export XDG_RUNTIME_DIR=/run/user/"$UID"
# Shell
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh