.sh

[sh] Multi-shell dotfiles manager
git clone https://git.torresjrjr.com/.sh.git
Log | Files | Refs | README | LICENSE

commit 8e010791298575b4a89d17673a6fae30fe95ef45
parent eca45b646f5778f9b46a4e368851698543df487d
Author: Byron Torres <b@torresjrjr.com>
Date:   Fri,  7 Apr 2023 23:41:13 +0100

.profile: rm $DISPLAY

Diffstat:
Msh/.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/.profile b/sh/.profile @@ -46,7 +46,7 @@ export PASSWORD_STORE_GENERATED_LENGTH=64 # desktop -export DISPLAY=':0' +#export DISPLAY=':0' # crashes wayland export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc" export XAUTHORITY="$XDG_CACHE_HOME/xorg/xauthority"