changing bash stuff

This commit is contained in:
2024-08-03 16:44:02 -07:00
parent 31cc007c70
commit 6f15c86181
7 changed files with 125 additions and 142 deletions
+4 -9
View File
@@ -1,12 +1,7 @@
#!/usr/bin/env bash
export MOZ_ENABLE_WAYLAND=1
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/brave-browser
export VISUAL=vim
export EDITOR=vim
export QT_QPA_PLATFORMTHEME=qt5ct
export DESKTOP_SESSION=sway
if [ -f ~/.bash_env ]; then
. "$HOME"/.bash_env
fi
[ "$(tty)" = "/dev/tty1" ] && exec sway