From ded0d7bee8c91570a2dd52482d74127186ec482e Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 00:29:02 +0100 Subject: [PATCH] zshrc: source bemenu-dracula from .zprofile --- .zprofile | 2 ++ .zshrc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index eaba1bd..87eacc7 100644 --- a/.zprofile +++ b/.zprofile @@ -60,6 +60,8 @@ if [[ -z $DISPLAY ]]; then export TDESKTOP_USE_PORTAL=1 export XDG_SESSION_TYPE=wayland + . ~/.zsh/bemenu-dracula/bemenu-dracula + if [[ $(tty) == /dev/tty1 ]]; then export XDG_CURRENT_DESKTOP=sway exec systemd-cat --identifier=sway sway diff --git a/.zshrc b/.zshrc index 6e62051..af1edab 100644 --- a/.zshrc +++ b/.zshrc @@ -86,7 +86,6 @@ # User configuration source ~/.dotenv - source ~/.zsh/bemenu-dracula/bemenu-dracula # You may need to manually set your language environment LANG=en_GB.UTF-8